diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-01-21 07:35:07 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-01-22 12:37:32 +0100 |
commit | cf53e48fecf2a4410ff641eb6e0edd8578cccb15 (patch) | |
tree | 5ee3a025bca600f4aeb0605b86cccd3ce34536ab /source3/winbindd/winbindd.c | |
parent | 4d413381a2496a4d73e4d406efbfd68c28fee3b4 (diff) | |
download | samba-cf53e48fecf2a4410ff641eb6e0edd8578cccb15.tar.gz samba-cf53e48fecf2a4410ff641eb6e0edd8578cccb15.tar.bz2 samba-cf53e48fecf2a4410ff641eb6e0edd8578cccb15.zip |
s3:winbindd: we don't need to call message_dispatch() anymore it's event triggered now
metze
Diffstat (limited to 'source3/winbindd/winbindd.c')
-rw-r--r-- | source3/winbindd/winbindd.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c index 0bdc75ccd4..fad27ea224 100644 --- a/source3/winbindd/winbindd.c +++ b/source3/winbindd/winbindd.c @@ -840,12 +840,6 @@ static void process_loop(void) exit(1); } - /* We'll be doing this a lot */ - - /* Handle messages */ - - message_dispatch(winbind_messaging_context()); - run_events(winbind_event_context(), 0, NULL, NULL); /* refresh the trusted domain cache */ |