chiark / gitweb /
rtnl: replace message_append by typesafe versions
[elogind.git] / src / core / main.c
index 69d3a43840e1ea20852f43b5af5e9d003c9a62e5..6c3d9bfb189d071000d120e33e43338be01f1253 100644 (file)
@@ -1531,7 +1531,7 @@ int main(int argc, char *argv[]) {
         if (arg_running_as == SYSTEMD_SYSTEM)
                 bump_rlimit_nofile(&saved_rlimit_nofile);
 
-        r = manager_new(arg_running_as, !!serialization, &m);
+        r = manager_new(arg_running_as, &m);
         if (r < 0) {
                 log_error("Failed to allocate manager object: %s", strerror(-r));
                 goto finish;