projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
795c8a7
)
Removed #if0 around check for live connections -- reinstating WATCH execution for...
author
Sebastian Hammer
<quinn@dart.(none)>
Tue, 20 Jul 2010 08:16:07 +0000
(08:16 +0000)
committer
Sebastian Hammer
<quinn@dart.(none)>
Tue, 20 Jul 2010 08:16:07 +0000
(08:16 +0000)
src/client.c
patch
|
blob
|
history
diff --git
a/src/client.c
b/src/client.c
index
6540033
..
2113f9d
100644
(file)
--- 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);