From: Adam Dickmeiss Date: Tue, 4 Mar 2014 13:04:15 +0000 (+0100) Subject: Remove incorrect comment X-Git-Tag: v1.12.0~34 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=2d372d4f8cfdf34cc24b2bc95ff7a939037bce3c;p=pazpar2-moved-to-github.git Remove incorrect comment --- diff --git a/src/session.c b/src/session.c index 6d7ab65..38764c3 100644 --- a/src/session.c +++ b/src/session.c @@ -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));