stream-tcp: Remove extra initializer in pwindows_pstream_class.
authorSaurabh Shah <ssaurabh@vmware.com>
Tue, 24 Feb 2015 00:28:56 +0000 (16:28 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 24 Feb 2015 04:45:56 +0000 (20:45 -0800)
commit c2e3cbaf ("stream: Eliminate pstream_set_dscp().") removed
the set_dscp() callback from pstream_class.

Signed-off-by: Saurabh Shah <ssaurabh@vmware.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/stream-tcp.c

index 1f53e86..ac42924 100644 (file)
@@ -251,6 +251,5 @@ const struct pstream_class pwindows_pstream_class = {
     NULL,
     NULL,
     NULL,
-    NULL,
 };
 #endif