From 89ce05bb1427f6644e2d487bb1c06725550cf493 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 24 Jun 2008 12:34:49 +0200 Subject: winbind: remove duplicate debug message for failing messaging_init(). Leave the message inside winbind_messaging_context() for now. There might be callers, where this debug message could prove useful... Michael (This used to be commit e9177ec56a8fe596d6fcfc4a95df87e39f757818) --- source3/winbindd/winbindd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c index 00951a609e..ec3bf68e2a 100644 --- a/source3/winbindd/winbindd.c +++ b/source3/winbindd/winbindd.c @@ -1131,7 +1131,6 @@ int main(int argc, char **argv, char **envp) /* Initialise messaging system */ if (winbind_messaging_context() == NULL) { - DEBUG(0, ("unable to initialize messaging system\n")); exit(1); } -- cgit