ovs.db.types: Add table reference to ovs.db.types.BaseType.
[openvswitch] / ovsdb / ovsdb-client.c
index 2ed1189523afcea597b250c890b1c4584fd1aa45..d2a9de10e22bf69c4bbfe563bea8d22b82887af0 100644 (file)
@@ -190,7 +190,7 @@ parse_options(int argc, char *argv[])
             usage();
 
         case 'V':
-            OVS_PRINT_VERSION(0, 0);
+            ovs_print_version(0, 0);
             exit(EXIT_SUCCESS);
 
         case 'v':