Remove incorrect comment
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 4 Mar 2014 13:04:15 +0000 (14:04 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 4 Mar 2014 13:04:15 +0000 (14:04 +0100)
src/session.c

index 6d7ab65..38764c3 100644 (file)
@@ -508,7 +508,6 @@ static void select_targets_callback(struct session *se,
         l->next = se->clients_cached;
         se->clients_cached = l;
     }
-    /* set session always. If may be 0 if client is not active */
     client_set_session(cl, se);
 
     l = xmalloc(sizeof(*l));