process: Let process_run_capture() caller set maximum capture size.
[openvswitch] / vswitchd / ovs-brcompatd.c
index 973b098b2f1e43303964d28f146e5be0f18f9450..dbb083292959a4a866bebae67a0de9964b00f0c0 100644 (file)
@@ -200,7 +200,8 @@ execute_appctl_command(const char *unixctl_command, char **output)
     argv[3] = NULL;
 
     /* Run process and log status. */
-    error = process_run_capture(argv, &stdout_log, &stderr_log, &status);
+    error = process_run_capture(argv, &stdout_log, &stderr_log, 65536,
+                                &status);
     if (error) {
         VLOG_ERR("failed to execute %s command via ovs-appctl: %s",
                  unixctl_command, strerror(error));