X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utilities%2Fovs-appctl.c;h=1302bf2e024439b8f5cdaddb08d39a547d06eace;hb=4d12270a618bead742d4cabc50601e86fde83f64;hp=060e8e286db91c413721d7e67c23e501c547fef0;hpb=3fbe1d307e27ed99528d83cf866c7df497e58b77;p=openvswitch diff --git a/utilities/ovs-appctl.c b/utilities/ovs-appctl.c index 060e8e28..1302bf2e 100644 --- a/utilities/ovs-appctl.c +++ b/utilities/ovs-appctl.c @@ -170,7 +170,6 @@ connect_to_target(const char *target) if (target[0] != '/') { char *pidfile_name; - char *socket_name; pid_t pid; pidfile_name = xasprintf("%s/%s.pid", ovs_rundir, target);