classifier: Change cls_rule_set_nd_target() to take a pointer.
[openvswitch] / utilities / ovs-vsctl.c
index b59d8861ce1e019f3452f3980ff4c69a0673deb2..573c9481d29f3f335f9c8bf848700904502d5c1e 100644 (file)
@@ -262,7 +262,7 @@ parse_options(int argc, char *argv[])
             usage();
 
         case 'V':
-            OVS_PRINT_VERSION(0, 0);
+            ovs_print_version(0, 0);
             exit(EXIT_SUCCESS);
 
         case 't':