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:
47eec97
)
Typo.
author
Zdeněk Salvet
<salvet@ics.muni.cz>
Thu, 18 Mar 2010 10:54:36 +0000
(10:54 +0000)
committer
Zdeněk Salvet
<salvet@ics.muni.cz>
Thu, 18 Mar 2010 10:54:36 +0000
(10:54 +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
18395ab
..
fcecd6b
100644
(file)
--- a/
org.glite.lb.client/src/notification.c
+++ b/
org.glite.lb.client/src/notification.c
@@
-208,7
+208,7
@@
static int get_client_address(
edg_wll_SetError(ctx, EADDRNOTAVAIL, "getnameinfo() failed");
goto err;
}
- freeadrinfo(ai);
+ freead
d
rinfo(ai);
e = getaddrinfo((const char *) hostnum, NULL, &hints, & ai);
if (e) {