Changeset 289 for branches/samba-3.3.x/source/web/startstop.c
- Timestamp:
- Jun 30, 2009, 5:18:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/web/startstop.c
r246 r289 25 25 #include "process.h" 26 26 #define SWAT_HELPER(WHAT, WHO) \ 27 asprintf(&binfile, "%s/swathelp.cmd", get _dyn_SWATDIR()); \27 asprintf(&binfile, "%s/swathelp.cmd", getcwd(NULL, _MAX_PATH)); \ 28 28 int rc; \ 29 29 rc=spawnl(P_NOWAIT, binfile, binfile, #WHAT, #WHO, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.