From 26a9643e456dc39085a93dce231a4e58df361ae9 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 6 May 2009 15:12:27 +0200 Subject: Remove a misleading comment --- source3/winbindd/winbindd.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c index 66271068d2..1cd16b20ba 100644 --- a/source3/winbindd/winbindd.c +++ b/source3/winbindd/winbindd.c @@ -955,8 +955,6 @@ static void winbindd_listen_fde_handler(struct tevent_context *ev, break; } } - - /* new, non-privileged connection */ new_connection(s->fd, s->privileged); } -- cgit