Warnings fix

Stephen Frost (sfrost@ns.snowman.net)
Mon, 20 Dec 1999 23:22:17 -0500 (EST)


Simple warnings fix, didn't appear to break anything.

Stephen

diff -u --recursive --new-file v2.3.33/net/sunrpc/xprt.c linux/net/sunrpc/xprt.c
--- v2.3.33/net/sunrpc/xprt.c Fri Oct 15 12:15:26 1999
+++ linux/net/sunrpc/xprt.c Mon Dec 20 23:09:11 1999
@@ -816,7 +816,7 @@
do_rpciod_tcp_dispatcher(void)
{
struct rpc_xprt *xprt;
- int result;
+ int result = 0;

dprintk("rpciod_tcp_dispatcher: Queue Running\n");

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/