From 600ef4f6f31ece4c978f483d4e34454ff9292401 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 19 Jan 2007 18:13:53 +0000 Subject: r20911: Fix copyright message in winbindd to use the macro from smb.h (This used to be commit e635bad00ecf083c34da339e3616c945a140e478) --- source3/nsswitch/winbindd.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source3/nsswitch/winbindd.c') diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c index 598c83f769..c8c5496ebf 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")); -- cgit