git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
752c435
)
set fd_num properly
author
Miloš Mulač
<mulac@civ.zcu.cz>
Thu, 26 Feb 2009 16:28:19 +0000
(16:28 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Thu, 26 Feb 2009 16:28:19 +0000
(16:28 +0000)
org.glite.lb.client/src/notification.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.client/src/notification.c
b/org.glite.lb.client/src/notification.c
index
242b2eb
..
5cc8348
100644
(file)
--- a/
org.glite.lb.client/src/notification.c
+++ b/
org.glite.lb.client/src/notification.c
@@
-585,7
+585,7
@@
int edg_wll_NotifReceive(
/* NotifReceive */
{
- int i, j, ret, fd_num;
+ int i, j, ret, fd_num
= ctx->connNotif->connOpened + 1
;
struct _fd_map {
struct pollfd pollfds[fd_num];
int index[fd_num];