change #ifdef to make this compile
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user