diff options
author | Gerald Carter <jerry@samba.org> | 2007-01-19 18:13:53 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2007-01-19 18:13:53 +0000 |
commit | 3fb84219b6f2ae901f9e51817d9c3df064f99a46 (patch) | |
tree | a742d09d3c229939a34e6dd97e1e37d8ae564855 | |
parent | 82c8a5473b475eff856665269e7f4d2f8deea4f0 (diff) | |
download | samba-3fb84219b6f2ae901f9e51817d9c3df064f99a46.tar.gz samba-3fb84219b6f2ae901f9e51817d9c3df064f99a46.tar.xz samba-3fb84219b6f2ae901f9e51817d9c3df064f99a46.zip |
r20911: Fix copyright message in winbindd to use the macro from smb.h
-rw-r--r-- | source/nsswitch/winbindd.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source/nsswitch/winbindd.c b/source/nsswitch/winbindd.c index 598c83f7691..c8c5496ebf0 100644 --- a/source/nsswitch/winbindd.c +++ b/source/nsswitch/winbindd.c @@ -973,8 +973,9 @@ int main(int argc, char **argv, char **envp) setup_logging("winbindd", log_stdout); reopen_logs(); - DEBUG(1, ("winbindd version %s started.\n", SAMBA_VERSION_STRING) ); - DEBUGADD( 1, ( "Copyright The Samba Team 2000-2004\n" ) ); + DEBUG(1, ("winbindd version %s started.\n%s\n", + SAMBA_VERSION_STRING, + COPYRIGHT_STARTUP_MESSAGE) ); if (!reload_services_file()) { DEBUG(0, ("error opening config file\n")); |