diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-08-30 17:04:24 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-08-30 17:04:24 +0000 |
commit | ab4577f141b0c08a543d998a36892bbafae4e902 (patch) | |
tree | a2d62a7f490913d7bc44e55d58db92b6cae0fa0f /source3/include/proto.h | |
parent | 98b0fafc6132e12bc9b7e39784cb2e221a8a5125 (diff) | |
download | samba-ab4577f141b0c08a543d998a36892bbafae4e902.tar.gz samba-ab4577f141b0c08a543d998a36892bbafae4e902.tar.xz samba-ab4577f141b0c08a543d998a36892bbafae4e902.zip |
added a dest_port parameter to send_mailslot() so we send replies to
the correct port in environments like ip masq.
(This used to be commit 7d455ee637b6ff70c95845f89d71573ca07b83f3)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 784d130d23..ae38ece1a2 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -782,7 +782,8 @@ BOOL listen_for_packets(BOOL run_election); BOOL send_mailslot(BOOL unique, char *mailslot,char *buf,int len, char *srcname, int src_type, char *dstname, int dest_type, - struct in_addr dest_ip,struct in_addr src_ip); + struct in_addr dest_ip,struct in_addr src_ip, + int dest_port); /*The following definitions come from nmbd/nmbd_processlogon.c */ |