Changeset 740 for vendor/current/source3/libads/ndr.c
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/libads/ndr.c
r414 r740 21 21 22 22 #include "includes.h" 23 #include "ads.h" 24 #include "../librpc/gen_ndr/ndr_netlogon.h" 25 #include "librpc/ndr/util.h" 23 26 24 void ndr_print_ads_auth_flags(struct ndr_print *ndr, const char *name, uint32_t r)27 static void ndr_print_ads_auth_flags(struct ndr_print *ndr, const char *name, uint32_t r) 25 28 { 26 29 ndr_print_uint32(ndr, name, r); … … 39 42 void ndr_print_ads_struct(struct ndr_print *ndr, const char *name, const struct ads_struct *r) 40 43 { 41 if (!r) { return; }42 43 44 ndr_print_struct(ndr, name, "ads_struct"); 44 45 ndr->depth++;
Note:
See TracChangeset
for help on using the changeset viewer.