diff options
author | Jeremy Allison <jra@samba.org> | 2009-01-02 11:39:04 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-01-02 11:39:04 -0800 |
commit | 11576353f645d7d7f44a74d27545b946c6175658 (patch) | |
tree | a756a430d3fea82ac8a24144613d5d7e04d163f1 /librpc | |
parent | 2234173220c51c2e37818149ddf41421672904c0 (diff) | |
parent | 268f3e93a4dd66ce43dc53278eff01f801ba5083 (diff) | |
download | samba-11576353f645d7d7f44a74d27545b946c6175658.tar.gz samba-11576353f645d7d7f44a74d27545b946c6175658.tar.bz2 samba-11576353f645d7d7f44a74d27545b946c6175658.zip |
Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba
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 { |