Remove a misleading comment
authorVolker Lendecke <vl@samba.org>
Wed, 6 May 2009 13:12:27 +0000 (15:12 +0200)
committerVolker Lendecke <vl@samba.org>
Thu, 7 May 2009 21:38:48 +0000 (23:38 +0200)
source3/winbindd/winbindd.c

index 66271068d26e493e9e622208c6182d87c61ff80c..1cd16b20ba1b3fa7f100506d4d4226ce91442a2d 100644 (file)
@@ -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);
 }