[SCM] Samba Shared Repository - branch master updated -
release-4-0-0alpha6-173-g31e46ff
Tim Prouty
tprouty at samba.org
Tue Jan 27 18:39:17 GMT 2009
The branch, master has been updated
via 31e46ff4ac2c2c339542450cf0e5f46cc990df71 (commit)
from 86ed67f0737aa309014b93860ccc6c79e3cc6ea5 (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 31e46ff4ac2c2c339542450cf0e5f46cc990df71
Author: Tim Prouty <tprouty at samba.org>
Date: Tue Jan 27 10:37:51 2009 -0800
s3: Fix shadowed declaration
-----------------------------------------------------------------------
Summary of changes:
source3/winbindd/winbindd_proto.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index d72351d..87639dc 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -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 */
--
Samba Shared Repository
More information about the samba-cvs
mailing list