[976] in Kerberos-V5-bugs
Error introduced into slave/kprop.c sources
daemon@ATHENA.MIT.EDU (epeisach@MIT.EDU)
Mon Nov 21 14:16:10 1994
From: epeisach@MIT.EDU
Date: Mon, 21 Nov 1994 14:16:04 -0500
To: krb5-bugs@MIT.EDU
The prototype for send_error is wrong.... It expects a char * (as
defined further in the file)
cvs diff: Diffing .
===================================================================
RCS file: /mit/krb5/.cvsroot/src/slave/kprop.c,v
retrieving revision 5.19
diff -c -r5.19 kprop.c
*** 5.19 1994/11/18 00:31:21
--- kprop.c 1994/11/21 19:10:38
***************
*** 80,86 ****
int open_database NPROTOTYPE((char *, int *));
void close_database NPROTOTYPE((int));
void xmit_database NPROTOTYPE((int, int, int));
! void send_error NPROTOTYPE((int, int, int));
void update_last_prop_file NPROTOTYPE((char *, char *));
static void usage()
--- 80,86 ----
int open_database NPROTOTYPE((char *, int *));
void close_database NPROTOTYPE((int));
void xmit_database NPROTOTYPE((int, int, int));
! void send_error NPROTOTYPE((int, char *, krb5_error_code));
void update_last_prop_file NPROTOTYPE((char *, char *));
static void usage()