summaryrefslogtreecommitdiff
path: root/libcli/netlogon.h
diff options
context:
space:
mode:
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;
};