- Timestamp:
- May 26, 2009, 1:59:32 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
Nebulous (modified) (1 prop)
-
Nebulous/nebclient (modified) (1 prop)
-
Nebulous/nebclient/src/nebclient.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/Nebulous
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/pap/Nebulous merged eligible /trunk/Nebulous merged eligible /branches/eam_branches/eam_branch_20090303/Nebulous 23158-23228 /branches/jhoblitt/Nebulous 2785-12604 /branches/pap_magic/Nebulous 24120-24173
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/cnb_branches/cnb_branch_20090301/Nebulous/nebclient
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/neb_distrib_20081210/Nebulous/nebclient merged eligible /branches/pap/Nebulous/nebclient merged eligible /trunk/Nebulous/nebclient merged eligible /branches/eam_branches/eam_branch_20090303/Nebulous/nebclient 23158-23228 /branches/jhoblitt/Nebulous/nebclient 2785-12604 /branches/pap_magic/Nebulous/nebclient 24120-24173
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/cnb_branches/cnb_branch_20090301/Nebulous/nebclient/src/nebclient.c
r21461 r24244 253 253 } 254 254 255 if (!nebDeleteInstance(server, locations->URI[0])) {255 if (!nebDeleteInstance(server, key, locations->URI[0])) { 256 256 nebObjectInstancesFree(locations); 257 257 … … 633 633 634 634 for (int i = 0; i < locations->n; i++) { 635 if (!nebDeleteInstance(server, locations->URI[i])) {635 if (!nebDeleteInstance(server, key, locations->URI[i])) { 636 636 nebSetErr(server, "can not delete instance"); 637 637 nebObjectInstancesFree(locations); … … 749 749 } 750 750 751 bool nebDeleteInstance(nebServer *server, const char * URI)751 bool nebDeleteInstance(nebServer *server, const char *key, const char *URI) 752 752 { 753 753 int response; … … 770 770 771 771 if (soap_call_ns1__delete_USCOREinstance(server->soap, server->endpoint, 772 NULL, (char *)URI, &response) != SOAP_OK) {772 NULL, (char *)key, (char *)URI, &response) != SOAP_OK) { 773 773 nebFree(filename); 774 774
Note:
See TracChangeset
for help on using the changeset viewer.
