byteq: Move from extras/ezio into lib and export some private functions.
[openvswitch] / ofproto / executer.c
index bc42ccf8693561bec579cb7832ee591dcff587b4..cdbe5bd969848d4b9198c7b1cb9d447cbd8a9f2c 100644 (file)
@@ -471,7 +471,7 @@ executer_create(const char *command_acl, const char *command_dir,
         return errno;
     }
 
-    e = xcalloc(1, sizeof *e);
+    e = xzalloc(sizeof *e);
     e->command_acl = xstrdup(command_acl);
     e->command_dir = (command_dir
                       ? xstrdup(command_dir)