change #ifdef to make this compile

This commit is contained in:
Love Hornquist Astrand
2009-12-23 14:31:28 +01:00
parent e35864d267
commit f798af41a0

View File

@@ -57,7 +57,7 @@ destroy_kadm5_log_context (kadm5_log_context *c)
{
free (c->log_file);
rk_closesocket (c->socket_fd);
#ifndef NO_UNIX_SOCKETS
#ifdef NO_UNIX_SOCKETS
if (c->socket_info) {
freeaddrinfo(c->socket_info);
c->socket_info = NULL;