socket-util: Remove DSCP_INVALID.
[openvswitch] / tests / test-netflow.c
index 49cab495d09d10d1d94f2736b2fc9c4e3861d451..7d028874786d7ab5216e04e0a175fdf416329e49 100644 (file)
@@ -202,7 +202,7 @@ main(int argc, char *argv[])
     }
     target = argv[optind];
 
-    sock = inet_open_passive(SOCK_DGRAM, target, 0, NULL, DSCP_INVALID);
+    sock = inet_open_passive(SOCK_DGRAM, target, 0, NULL, 0);
     if (sock < 0) {
         ovs_fatal(0, "%s: failed to open (%s)", argv[1], strerror(-sock));
     }