rpcrt4: Add missing PKT_AUTH3 packet type.

oldstable
Mike McCormack 2006-05-12 19:47:22 +09:00 committed by Alexandre Julliard
parent 7b5e5b65b0
commit a9886585de
1 changed files with 1 additions and 0 deletions

View File

@ -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