mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 03:22:48 -05:00
Pass the calling Socket to plug_log.
This enables plug_log to run query methods on the socket in order to find out useful information to log. I don't expect it's sensible to do anything else with it.
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
|
||||
#include "putty.h"
|
||||
|
||||
void nullplug_log(Plug *plug, PlugLogType type, SockAddr *addr,
|
||||
void nullplug_log(Plug *plug, Socket *s, PlugLogType type, SockAddr *addr,
|
||||
int port, const char *err_msg, int err_code)
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user