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:
5e73d96
)
create copy of JobId for query (will be freed afterwards)
author
Michal Voců
<michal@ruk.cuni.cz>
Mon, 9 Jul 2007 12:30:55 +0000
(12:30 +0000)
committer
Michal Voců
<michal@ruk.cuni.cz>
Mon, 9 Jul 2007 12:30:55 +0000
(12:30 +0000)
org.glite.lb.client/src/ServerConnection.cpp
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.client/src/ServerConnection.cpp
b/org.glite.lb.client/src/ServerConnection.cpp
index
ad5eaa1
..
0dba0bd
100644
(file)
--- a/
org.glite.lb.client/src/ServerConnection.cpp
+++ b/
org.glite.lb.client/src/ServerConnection.cpp
@@
-394,7
+394,7
@@
QueryRecord::operator edg_wll_QueryRec() const
break;
case JOBID:
- out.value.j = jobid_value;
+ out.value.j = jobid_value
.getId()
;
break;
case UNDEF: