diff options
author | Luke Leighton <lkcl@samba.org> | 1999-09-15 17:30:02 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-09-15 17:30:02 +0000 |
commit | b9b4c1d56349824616f2fcaff57cedbc52168059 (patch) | |
tree | b4c4b08e98afdfd5fb16d9a2a4375745d0b3f59a /source3/include | |
parent | 6875b37baa4991b19edab20dc05f14ff18863e02 (diff) | |
download | samba-b9b4c1d56349824616f2fcaff57cedbc52168059.tar.gz samba-b9b4c1d56349824616f2fcaff57cedbc52168059.tar.bz2 samba-b9b4c1d56349824616f2fcaff57cedbc52168059.zip |
#defines for port 445 to SMB_PORT2
(This used to be commit a8d4560e0064a67a234eae89a564b79d2426d9a9)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index d7c8084038..88890de374 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -34,6 +34,7 @@ #define NMB_PORT 137 #define DGRAM_PORT 138 #define SMB_PORT 139 +#define SMB_PORT2 445 #define False (0) #define True (1) |