Commit 1c677d70 authored by Bob Miller's avatar Bob Miller Committed by Linus Torvalds

[PATCH] Fixed ifdefs for a label in ncpfs_sock.c

parent 02c03412
......@@ -587,7 +587,9 @@ static int __ncptcp_rcv_proc(struct ncp_server *server) {
}
#endif
type = ntohs(server->rcv.buf.type);
#ifdef CONFIG_NCPFS_PACKET_SIGNING
cont:;
#endif
if (type != NCP_REPLY) {
if (datalen - 8 <= sizeof(server->unexpected_packet.data)) {
*(__u16*)(server->unexpected_packet.data) = htons(type);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment