khttpd trival fix.

Rogier Wolff (R.E.Wolff@BitWizard.nl)
Sun, 10 Mar 2002 10:40:34 +0100 (CET)


Hi,

There is a typo in khttpd/socket.c. ("EnterFunction" instead of
"LeaveFunction")

Roger.

diff -ur linux-2.4.19-pre2.clean/net/khttpd/sockets.c linux-2.4.19-pre2.khttpd_patch/net/khttpd/sockets.c
--- linux-2.4.19-pre2.clean/net/khttpd/sockets.c Mon Mar 27 20:35:57 2000
+++ linux-2.4.19-pre2.khttpd_patch/net/khttpd/sockets.c Sun Mar 10 10:36:10 2002
@@ -82,7 +82,7 @@

MainSocket = sock;

- EnterFunction("StartListening");
+ LeaveFunction("StartListening");
return 1;
}

-- 
** R.E.Wolff@BitWizard.nl ** http://www.BitWizard.nl/ ** +31-15-2137555 **
*-- BitWizard writes Linux device drivers for any device you may have! --*
* There are old pilots, and there are bold pilots. 
* There are also old, bald pilots. 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/