From c72dc3f5e8604f24a0fdd7a265fa6a522a6627b7 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 19 Jan 2007 18:13:53 +0000 Subject: [PATCH] r20911: Fix copyright message in winbindd to use the macro from smb.h --- source/nsswitch/winbindd.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/nsswitch/winbindd.c b/source/nsswitch/winbindd.c index 4ed5686da65..7ca93176175 100644 --- a/source/nsswitch/winbindd.c +++ b/source/nsswitch/winbindd.c @@ -960,8 +960,9 @@ int main(int argc, char **argv) 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")); -- 2.11.4.GIT