linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: R.E.Wolff@BitWizard.nl (Rogier Wolff)
To: linux-kernel@vger.kernel.org
Subject: khttpd trival fix.
Date: Sun, 10 Mar 2002 10:40:34 +0100 (CET)	[thread overview]
Message-ID: <200203100940.g2A9eZu14509@abraracourcix.bitwizard.nl> (raw)


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. 

                 reply	other threads:[~2002-03-10  9:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200203100940.g2A9eZu14509@abraracourcix.bitwizard.nl \
    --to=r.e.wolff@bitwizard.nl \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).