Changeset 25766 for branches/eam_branches/20090820/ippTools/src/pubtool.c
- Timestamp:
- Oct 2, 2009, 5:10:19 PM (17 years ago)
- Location:
- branches/eam_branches/20090820
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ippTools/src (modified) (1 prop)
-
ippTools/src/pubtool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090820
- Property svn:mergeinfo changed
-
branches/eam_branches/20090820/ippTools/src
- Property svn:ignore
-
old new 34 34 disttool 35 35 receivetool 36 36 addtool 37 37 pubtool
-
- Property svn:ignore
-
branches/eam_branches/20090820/ippTools/src/pubtool.c
r25098 r25766 259 259 // required 260 260 PXOPT_LOOKUP_S64(pub_id, config->args, "-pub_id", true, false); 261 PXOPT_LOOKUP_STR(path_base, config->args, "-path_base", true, false);261 PXOPT_LOOKUP_STR(path_base, config->args, "-path_base", true, false); 262 262 263 263 // optional 264 PXOPT_LOOKUP_STR(hostname, config->args, "-hostname", false, false); 265 PXOPT_LOOKUP_F32(dtime_script, config->args, "-dtime_script", false, false); 264 266 PXOPT_LOOKUP_S32(fault, config->args, "-fault", false, false); 265 267 … … 269 271 } 270 272 271 if (!publishDoneInsert(config->dbh, pub_id, path_base, fault)) {273 if (!publishDoneInsert(config->dbh, pub_id, path_base, hostname, dtime_script, fault)) { 272 274 psError(PS_ERR_UNKNOWN, false, "Unable to add file"); 273 275 if (!psDBRollback(config->dbh)) {
Note:
See TracChangeset
for help on using the changeset viewer.
