unixctl: Avoid double error reporting.
[openvswitch] / utilities / ovs-appctl.c
index 060e8e286db91c413721d7e67c23e501c547fef0..1302bf2e024439b8f5cdaddb08d39a547d06eace 100644 (file)
@@ -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);