ovs-ofctl: Simplify code by using strcasecmp() instead of strncasecmp().
[openvswitch] / vswitchd / ovs-brcompatd.c
index b61dc10a0c5c2ba3df40c1c312d769fcb6700a00..ecf00b3d21bfd0710993b52b712c7ab0635184f5 100644 (file)
@@ -1413,7 +1413,7 @@ parse_options(int argc, char *argv[])
     };
     char *short_options = long_options_to_short_options(long_options);
 
-    appctl_command = xasprintf("%s/ovs-appctl %%s", ovs_bindir);
+    appctl_command = xasprintf("%s/ovs-appctl %%s", ovs_bindir());
     for (;;) {
         int c;