diff options
author | Gerald Carter <jerry@samba.org> | 2007-01-19 18:13:53 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:17:18 -0500 |
commit | 600ef4f6f31ece4c978f483d4e34454ff9292401 (patch) | |
tree | 54e79c04ace94aa9e2a37b64a9b2e10731e6628c /source3/nsswitch/winbindd.c | |
parent | c47347ebe9903239a29a6c27b5367fa03b5611d0 (diff) | |
download | samba-600ef4f6f31ece4c978f483d4e34454ff9292401.tar.gz samba-600ef4f6f31ece4c978f483d4e34454ff9292401.tar.xz samba-600ef4f6f31ece4c978f483d4e34454ff9292401.zip |
r20911: Fix copyright message in winbindd to use the macro from smb.h
(This used to be commit e635bad00ecf083c34da339e3616c945a140e478)
Diffstat (limited to 'source3/nsswitch/winbindd.c')
-rw-r--r-- | source3/nsswitch/winbindd.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c index 598c83f7691..c8c5496ebf0 100644 --- a/source3/nsswitch/winbindd.c +++ b/source3/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")); |