Commit 1b6b76b5 authored by Ulrich Sibiller's avatar Ulrich Sibiller

Display.c: pid is always 0, remove check

parent 35e41467
...@@ -407,7 +407,7 @@ static void nxagentSigchldHandler(int signal) ...@@ -407,7 +407,7 @@ static void nxagentSigchldHandler(int signal)
* Leave the other children unaffected. * Leave the other children unaffected.
*/ */
if (pid == 0 && nxagentRootlessDialogPid) if (nxagentRootlessDialogPid)
{ {
pid = waitpid(nxagentRootlessDialogPid, &status, options); pid = waitpid(nxagentRootlessDialogPid, &status, options);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment