summaryrefslogtreecommitdiff
path: root/libcli/netlogon.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-09-07 22:41:44 +0200
committerGünther Deschner <gd@samba.org>2010-09-09 23:07:10 +0200
commitdaa948df2bf23f15bcdb4df170306ef71d952e7c (patch)
tree7a8d06103ffaaf85147392ccc6cdaafdbdcb3297 /libcli/netlogon.h
parentc82bcef16d386c846410dbe2e79f9fad619fc4ea (diff)
downloadsamba-daa948df2bf23f15bcdb4df170306ef71d952e7c.tar.gz
samba-daa948df2bf23f15bcdb4df170306ef71d952e7c.tar.bz2
samba-daa948df2bf23f15bcdb4df170306ef71d952e7c.zip
libcli/netlogon: add NETLOGON_RESPONSE2 to push_nbt_netlogon_response().
Guenther
Diffstat (limited to 'libcli/netlogon.h')
-rw-r--r--libcli/netlogon.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcli/netlogon.h b/libcli/netlogon.h
index 6ca3de3366..3e626ed40d 100644
--- a/libcli/netlogon.h
+++ b/libcli/netlogon.h
@@ -42,10 +42,11 @@ struct netlogon_samlogon_response
struct nbt_netlogon_response
{
- enum {NETLOGON_GET_PDC, NETLOGON_SAMLOGON} response_type;
+ enum {NETLOGON_GET_PDC, NETLOGON_SAMLOGON, NETLOGON_RESPONSE2} response_type;
union {
struct nbt_netlogon_response_from_pdc get_pdc;
struct netlogon_samlogon_response samlogon;
+ struct nbt_netlogon_response2 response2;
} data;
};