Changeset 11840 for trunk/ippTools/src/pxadmin.c
- Timestamp:
- Feb 15, 2007, 3:45:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxadmin.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxadmin.c
r11702 r11840 32 32 33 33 pxConfig *config = pxAdminConfig(NULL, argc, argv); 34 if (!config) { 35 psError(PXTOOLS_ERR_CONFIG, false, "failed to configure"); 36 goto FAIL; 37 } 34 38 35 39 switch (config->mode) { … … 62 66 psErrorStackPrint(stderr, "\n"); 63 67 68 int exit_status = pxerrorGetExitStatus(); 69 64 70 psFree(config); 65 71 pmConfigDone(); 66 72 psLibFinalize(); 67 73 68 exit( EXIT_FAILURE);74 exit(exit_status); 69 75 }
Note:
See TracChangeset
for help on using the changeset viewer.
