diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-03-27 12:19:58 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-03-27 12:19:58 +0000 |
commit | 6570b48d73d4d6597cf8f17040cb57e8b16394dd (patch) | |
tree | e1d3d3411c7822d39647034784f03225575ea409 /source3/include/nameserv.h | |
parent | 61302f54bdf327e6879297166d175ee8144fad25 (diff) | |
download | samba-6570b48d73d4d6597cf8f17040cb57e8b16394dd.tar.gz samba-6570b48d73d4d6597cf8f17040cb57e8b16394dd.tar.xz samba-6570b48d73d4d6597cf8f17040cb57e8b16394dd.zip |
the final part of the nmbd merge between head and tng - this gets the
GETDC stuff sorted out
(This used to be commit f6b56ae93e47a54317f2711533ec8208d5cbc8a9)
Diffstat (limited to 'source3/include/nameserv.h')
-rw-r--r-- | source3/include/nameserv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/nameserv.h b/source3/include/nameserv.h index d9f830e0b36..912e6f76f49 100644 --- a/source3/include/nameserv.h +++ b/source3/include/nameserv.h @@ -510,6 +510,7 @@ struct packet_struct #define QUERYFORPDC_R 12 /* Response to Query for PDC. */ #define SAMLOGON 18 #define SAMLOGON_R 19 +#define SAMLOGON_UNK_R 21 /* Ids for netbios packet types. */ |