Skip to content
Snippets Groups Projects
Commit 779a66eb authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

remove extra slash

parent 3b4bf3bf
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ int ssexec_scandir_remove(int argc, char const *const *argv, ssexec_t *info)
/** run/66/state/uid */
info->scandir.len = 0 ;
if (!auto_stra(&info->scandir, info->live.s, SS_STATE, "/", info->ownerstr))
if (!auto_stra(&info->scandir, info->live.s, SS_STATE + 1, "/", info->ownerstr))
log_die_nomem("stralloc") ;
auto_rm(info->scandir.s) ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment