1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-24 21:34:08 +03:00

shutdown: drop redundant sync() invocation

This commit is contained in:
Lennart Poettering 2011-01-01 19:54:12 +01:00
parent c29597a104
commit abd41c86b5

View File

@ -362,7 +362,6 @@ int main(int argc, char *argv[]) {
r = -errno;
error:
sync();
log_error("Critical error while doing system shutdown: %s", strerror(-r));
freeze();