public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [TRIVIAL PATCH 2.5.48] Fixed ifdefs for a label in ncpfs/sock.c
@ 2002-11-19 18:52 Bob Miller
  2002-11-19 19:02 ` Dave Jones
  0 siblings, 1 reply; 5+ messages in thread
From: Bob Miller @ 2002-11-19 18:52 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel

diff -Nru a/fs/ncpfs/sock.c b/fs/ncpfs/sock.c
--- a/fs/ncpfs/sock.c	Tue Nov 19 10:31:17 2002
+++ b/fs/ncpfs/sock.c	Tue Nov 19 10:31:17 2002
@@ -587,7 +587,9 @@
 				}
 #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);

-- 
Bob Miller					Email: rem@osdl.org
Open Source Development Lab			Phone: 503.626.2455 Ext. 17

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-11-19 23:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-19 18:52 [TRIVIAL PATCH 2.5.48] Fixed ifdefs for a label in ncpfs/sock.c Bob Miller
2002-11-19 19:02 ` Dave Jones
2002-11-19 20:58   ` Bob Miller
2002-11-19 21:50     ` Petr Vandrovec
2002-11-19 23:13   ` Robert Love

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox