diff options
author | Samba Release Account <samba-bugs@samba.org> | 1997-03-15 14:58:30 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1997-03-15 14:58:30 +0000 |
commit | 9f1d339309406a2beb8469a3190a10e4f3dbdd0d (patch) | |
tree | b25b6e2e55e0eb9ac682d244a5dc8ccc12e5c851 /source3/include | |
parent | aaba4712c8dbf61043d9fe6e1d6773bbd835e3b2 (diff) | |
download | samba-9f1d339309406a2beb8469a3190a10e4f3dbdd0d.tar.gz samba-9f1d339309406a2beb8469a3190a10e4f3dbdd0d.tar.bz2 samba-9f1d339309406a2beb8469a3190a10e4f3dbdd0d.zip |
JHT ===> Blasted typos. BROWSER_ELECT_VERSION in smb.h should have been
BROWSER_ELECTION_VERSION.
(This used to be commit 377bfdecfcf618322004bfdcbdf9e520c0ebe8b5)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 506bbb9b16..50a778ad7e 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -801,7 +801,7 @@ char *Strstr(char *s, char *p); #define MINOR_VERSION 0x01 /* Browser Election Values */ -#define BROWSER_ELECT_VERSION 0x010f +#define BROWSER_ELECTION_VERSION 0x010f #define BROWSER_CONSTANT 0xaa55 |