s3: Fix shadowed declaration
authorTim Prouty <tprouty@samba.org>
Tue, 27 Jan 2009 18:37:51 +0000 (10:37 -0800)
committerTim Prouty <tprouty@samba.org>
Tue, 27 Jan 2009 18:37:51 +0000 (10:37 -0800)
source3/winbindd/winbindd_proto.h

index d72351d02139523204fccf673cddab6d5307f28b..87639dc59eeed9a7ed19e7a8401e135a30ac09bc 100644 (file)
@@ -64,7 +64,7 @@ void setup_async_write(struct winbindd_fd_event *event, void *data, size_t lengt
 void request_error(struct winbindd_cli_state *state);
 void request_ok(struct winbindd_cli_state *state);
 bool winbindd_setup_sig_term_handler(bool parent);
-bool winbindd_setup_sig_hup_handler(const char *logfile);
+bool winbindd_setup_sig_hup_handler(const char *lfile);
 int main(int argc, char **argv, char **envp);
 
 /* The following definitions come from winbindd/winbindd_reqtrans.c  */