[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ipropd-slave bug
pick a level of indirection; there are two possible levels and i picked
one rather than the other to fix the problem. Presumably could have gone
the other way just as easily.
*** lib/kadm5/ipropd_slave.c Mon Jul 24 00:30:54 2000
--- /afs/andrew/system/src/local/heimdal/003/lib/kadm5/ipropd_slave.c
Fri Aug 4 11:23:29 2000
***************
*** 223,229 ****
}
static void
! receive_everything (krb5_context context, int *fd,
kadm5_server_context *server_context,
krb5_auth_context auth_context)
{
--- 223,229 ----
}
static void
! receive_everything (krb5_context context, int fd,
kadm5_server_context *server_context,
krb5_auth_context auth_context)
{
***************
*** 415,421 ****
server_context->log_context.version);
break;
case TELL_YOU_EVERYTHING :
! receive_everything (context, &master_fd, server_context,
auth_context);
break;
case NOW_YOU_HAVE :
--- 415,421 ----
server_context->log_context.version);
break;
case TELL_YOU_EVERYTHING :
! receive_everything (context, master_fd, server_context,
auth_context);
break;
case NOW_YOU_HAVE :