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:
a381c11
)
Function session_set_watch returns proper value
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 5 Aug 2011 09:25:30 +0000
(11:25 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 5 Aug 2011 09:25:30 +0000
(11:25 +0200)
It will be interesting to see what side effects that will have.
src/session.c
patch
|
blob
|
history
diff --git
a/src/session.c
b/src/session.c
index
545f0fc
..
6002a80
100644
(file)
--- a/
src/session.c
+++ b/
src/session.c
@@
-488,7
+488,7
@@
int session_set_watch(struct session *s, int what,
ret = 0;
}
session_leave(s);
- return 0;
+ return ret;
}
void session_alert_watch(struct session *s, int what)