]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - net/vmw_vsock/vmci_transport.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
[linux.git] / net / vmw_vsock / vmci_transport.c
index 644d32e43d230a84963e5ea2fa68dbddfdfe4aee..4b8b1150a7388762be3669bc999ce5edd4f8f5f5 100644 (file)
@@ -648,7 +648,7 @@ static int vmci_transport_recv_dgram_cb(void *data, struct vmci_datagram *dg)
 static bool vmci_transport_stream_allow(u32 cid, u32 port)
 {
        static const u32 non_socket_contexts[] = {
-               VMADDR_CID_RESERVED,
+               VMADDR_CID_LOCAL,
        };
        int i;