diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-01-02 16:26:00 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-01-02 16:32:56 +0100 |
commit | ec1e831bd8791e7b2c373f1119e1d3e33b06e152 (patch) | |
tree | ff334f6af0c8720617f31b2e7f6c47718ff9cd0b /librpc | |
parent | 96266d2f50b2f68e29c811908efecb78895e49bd (diff) | |
download | samba-ec1e831bd8791e7b2c373f1119e1d3e33b06e152.tar.gz samba-ec1e831bd8791e7b2c373f1119e1d3e33b06e152.tar.bz2 samba-ec1e831bd8791e7b2c373f1119e1d3e33b06e152.zip |
librpc/gen_ndr: rerun make idl_full after pidl changes
metze
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/gen_ndr/named_pipe_auth.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/gen_ndr/named_pipe_auth.h b/librpc/gen_ndr/named_pipe_auth.h index 5f4ba9afb1..8f2446e564 100644 --- a/librpc/gen_ndr/named_pipe_auth.h +++ b/librpc/gen_ndr/named_pipe_auth.h @@ -19,6 +19,7 @@ struct named_pipe_auth_req { }/* [gensize,public] */; union named_pipe_auth_rep_info { + int _dummy_element; }/* [switch_type(uint32)] */; struct named_pipe_auth_rep { |