diff options
Diffstat (limited to 'src/launch.c')
-rwxr-xr-x | src/launch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/launch.c b/src/launch.c index b87c722e..24387feb 100755 --- a/src/launch.c +++ b/src/launch.c @@ -242,6 +242,7 @@ static inline void __set_stime(bundle *kb) gettimeofday(&tv, NULL); snprintf(tmp, MAX_LOCAL_BUFSZ, "%ld/%ld", tv.tv_sec, tv.tv_usec); + bundle_del(kb, AUL_K_STARTTIME); bundle_add(kb, AUL_K_STARTTIME, tmp); } |