rpcrt4: Add missing PKT_AUTH3 packet type.
This commit is contained in:
parent
7b5e5b65b0
commit
a9886585de
|
@ -160,6 +160,7 @@ typedef union
|
|||
#define PKT_BIND_NACK 13
|
||||
#define PKT_ALTER_CONTEXT 14
|
||||
#define PKT_ALTER_CONTEXT_RESP 15
|
||||
#define PKT_AUTH3 16
|
||||
#define PKT_SHUTDOWN 17
|
||||
#define PKT_CO_CANCEL 18
|
||||
#define PKT_ORPHANED 19
|
||||
|
|
Loading…
Reference in New Issue