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:
7bb5c98
)
initialise blob tag value to NULL -- don't coredump
author
Aleš Křenek
<ljocha@ics.muni.cz>
Fri, 12 Aug 2005 14:34:28 +0000
(14:34 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Fri, 12 Aug 2005 14:34:28 +0000
(14:34 +0000)
org.glite.jp.primary/examples/jpps-test.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.jp.primary/examples/jpps-test.c
b/org.glite.jp.primary/examples/jpps-test.c
index
20135c5
..
5e42cf1
100644
(file)
--- a/
org.glite.jp.primary/examples/jpps-test.c
+++ b/
org.glite.jp.primary/examples/jpps-test.c
@@
-168,6
+168,7
@@
int main(int argc,char *argv[])
tagval.name = argv[3];
tagval.value = &val;
val.string = argv[4];
+ val.blob = NULL;
if (!check_fault(soap,
soap_call___jpsrv__RecordTag(soap, server, "",&in, &empty))) {