X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=lib%2Fstream-unix.c;h=4feefdfdfd4e8a6e31950d0697bfa340053ff6c4;hb=e879d33e8398219d5c9af8fd565c97303f126809;hp=dde599683e2aa4fc0bc37420e87b006de32bc903;hpb=c146b2f86a917ef7a9eb3bb1475e0527dc7e91c3;p=openvswitch diff --git a/lib/stream-unix.c b/lib/stream-unix.c index dde59968..4feefdfd 100644 --- a/lib/stream-unix.c +++ b/lib/stream-unix.c @@ -92,7 +92,7 @@ punix_open(const char *name OVS_UNUSED, char *suffix, return error; } - return new_fd_pstream(name, fd, punix_accept, + return new_fd_pstream(name, fd, punix_accept, NULL, xstrdup(suffix), pstreamp); } @@ -118,6 +118,7 @@ const struct pstream_class punix_pstream_class = { punix_open, NULL, NULL, - NULL + NULL, + NULL, };