Skip to content
Snippets Groups Projects
Commit a5e6db25 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

bugfix, sprsh should now exits properly

Rev: NT/tools/sprshd:1.9
parent 35682609
No related branches found
No related tags found
No related merge requests found
...@@ -94,8 +94,7 @@ void handle_incoming_connection(object(Stdio.File) io) ...@@ -94,8 +94,7 @@ void handle_incoming_connection(object(Stdio.File) io)
"cwd":dir, "cwd":dir,
])); ]));
}; };
destruct(p2);
if(!err) if(!err)
{ {
#if !constant(Stdio.PROP_IPC) #if !constant(Stdio.PROP_IPC)
......
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