1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-08-31 09:50:11 +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;
}
}