From: Volker Lendecke Date: Wed, 6 May 2009 13:12:27 +0000 (+0200) Subject: Remove a misleading comment X-Git-Tag: tdb-1.1.5~690 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26a9643e456dc39085a93dce231a4e58df361ae9;p=thirdparty%2Fsamba.git Remove a misleading comment --- diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c index 66271068d26..1cd16b20ba1 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); }