X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=src%2Fclient.c;h=b3500de975e9f14088febfd2ba0917fcd6aedb88;hb=705f49b5a94dcdba10bba40a3f63d312ebbc054c;hp=d145dd84b1def25a548f268e8a0648194a797895;hpb=8fde5c03bce75ffa06df59eedae1e3c417817af4;p=pazpar2-moved-to-github.git diff --git a/src/client.c b/src/client.c index d145dd8..b3500de 100644 --- a/src/client.c +++ b/src/client.c @@ -139,14 +139,12 @@ void client_set_state(struct client *cl, enum client_state st) cl->state = st; /* no need to check for all client being non-active if this one already is. Note that session_active_clients also LOCKS session */ -#if 0 if (!client_is_active(cl) && cl->session) { int no_active = session_active_clients(cl->session); if (no_active == 0) session_alert_watch(cl->session, SESSION_WATCH_SHOW); } -#endif } static void client_show_raw_error(struct client *cl, const char *addinfo);