1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-02-10 13:57:25 +03:00

fix rc when using udev --daemon

This commit is contained in:
Marco d'Itri 2006-08-22 23:20:15 +02:00 committed by Kay Sievers
parent 02adc0cbd6
commit 2f64aa4056

View File

@ -990,6 +990,7 @@ int main(int argc, char *argv[], char *envp[])
goto exit;
default:
dbg("child [%u] running, parent exits", pid);
rc = 0;
goto exit;
}
}