Commit ad466acd authored by Dave Jones's avatar Dave Jones

[PATCH] khttpd logs wrong debug message on leaving function.

parent 7582c032
......@@ -82,7 +82,7 @@ int StartListening(const int Port)
MainSocket = sock;
EnterFunction("StartListening");
LeaveFunction("StartListening");
return 1;
}
......
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