X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lnet%2Flnet%2Facceptor.c;h=0c735f4c797a75df4476a2b836e28760df38970f;hp=b6d85ef6b1a13668a51918bdd8e0f7b7c8426138;hb=c740130066cf618f4fd31eae716affbb98ecf308;hpb=0ffce067def1242e0f70fd6aeb8512a21f6bfa07 diff --git a/lnet/lnet/acceptor.c b/lnet/lnet/acceptor.c index b6d85ef..0c735f4 100644 --- a/lnet/lnet/acceptor.c +++ b/lnet/lnet/acceptor.c @@ -254,8 +254,6 @@ lnet_accept(struct socket *sock, __u32 magic) if (magic == le32_to_cpu(LNET_PROTO_TCP_MAGIC)) str = "'old' socknal/tcpnal"; - else if (lnet_accept_magic(magic, LNET_PROTO_RA_MAGIC)) - str = "'old' ranal"; else str = "unrecognised";