diff options
author | Michael Adam <obnox@samba.org> | 2008-06-24 12:34:49 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-06-26 12:31:10 +0200 |
commit | 89ce05bb1427f6644e2d487bb1c06725550cf493 (patch) | |
tree | 5474d3fb34dbcca37d3d4a7cca9e57336d0de5e8 /source3/winbindd | |
parent | b33d226a61fe8f2ab6e173e5f0182c208bc58b9e (diff) | |
download | samba-89ce05bb1427f6644e2d487bb1c06725550cf493.tar.gz samba-89ce05bb1427f6644e2d487bb1c06725550cf493.tar.bz2 samba-89ce05bb1427f6644e2d487bb1c06725550cf493.zip |
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)
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/winbindd.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); } |