Changeset 39537 for trunk/Ohana/src/dvolens/src/update_objects.c
- Timestamp:
- Apr 16, 2016, 7:04:50 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/dvolens/src/update_objects.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/dvolens/src/update_objects.c
r39487 r39537 50 50 // does this host ID match the desired location for the table? 51 51 if (!HostTableTestHost(skylist[0].regions[i], HOST_ID)) continue; 52 53 if (UserCatalog && strcasecmp (skylist[0].regions[i]->name, UserCatalog)) continue; 52 54 53 55 INITTIME; … … 171 173 if (UPDATE) strextend (&command, "-update"); 172 174 if (REPAIR_LENSING_IDS) strextend (&command, "-repair-lensing-ids"); 175 if (UserCatalog) strextend (&command, "-catalog %s", UserCatalog); 173 176 174 177 fprintf (stderr, "command: %s\n", command);
Note:
See TracChangeset
for help on using the changeset viewer.
