1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

r16656: Fix #3894 and #3895 reported by jason@ncac.gwu.edu.

Jeremy.
(This used to be commit ddf35ad69201cf9a0aa45ff25e17eddef60d75ad)
This commit is contained in:
Jeremy Allison 2006-06-28 21:56:03 +00:00 committed by Gerald (Jerry) Carter
parent 3c9a5c7b58
commit c7d2deb151

View File

@ -89,7 +89,7 @@ int DoWriteCommand( int argc, char **argv, BOOL debugflag, char *exename )
pstring linein;
BOOL is_eor;
Eventlog_entry ee;
int pret, rcnum;
int rcnum;
f1 = stdin;
if ( !f1 ) {
@ -121,7 +121,7 @@ int DoWriteCommand( int argc, char **argv, BOOL debugflag, char *exename )
is_eor = False;
pret = parse_logentry( ( char * ) &linein, &ee, &is_eor );
parse_logentry( ( char * ) &linein, &ee, &is_eor );
/* should we do something with the return code? */
if ( is_eor ) {
@ -188,7 +188,7 @@ int main( int argc, char *argv[] )
break;
case 'h':
usage( argv[0] );
usage( exename );
display_eventlog_names( );
exit( 0 );
break;