Skip to content

Commit

Permalink
stream-tcp: Remove extra initializer in pwindows_pstream_class.
Browse files Browse the repository at this point in the history
commit c2e3cba ("stream: Eliminate pstream_set_dscp().") removed
the set_dscp() callback from pstream_class.

Signed-off-by: Saurabh Shah <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
Saurabh Shah authored and blp committed Feb 24, 2015
1 parent a835380 commit 386ed63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/stream-tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,5 @@ const struct pstream_class pwindows_pstream_class = {
NULL,
NULL,
NULL,
NULL,
};
#endif

0 comments on commit 386ed63

Please sign in to comment.