diff options
author | Andreas Schneider <asn@samba.org> | 2012-06-27 15:21:11 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-07-06 10:00:56 +0200 |
commit | fae6091f1df9ae77f96743f6467b20386f6db404 (patch) | |
tree | 12619448206de8bd9496adb64e34c4016ba14e44 /pidl | |
parent | 81ff67c3c8a9648a233c2a78450b68496c5c4332 (diff) | |
download | samba-fae6091f1df9ae77f96743f6467b20386f6db404.tar.gz samba-fae6091f1df9ae77f96743f6467b20386f6db404.tar.bz2 samba-fae6091f1df9ae77f96743f6467b20386f6db404.zip |
s3-rpc_server: Make it possible to use more rpc exceptions.
Diffstat (limited to 'pidl')
-rw-r--r-- | pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm b/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm index c4374baf7c..d433f60eb7 100644 --- a/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm +++ b/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm @@ -183,7 +183,7 @@ sub ParseFunction($$) ); pidl ""; - pidl "if (p->rng_fault_state) {"; + pidl "if (p->fault_state) {"; pidl "\ttalloc_free(r);"; pidl "\t/* Return true here, srv_pipe_hnd.c will take care */"; pidl "\treturn true;"; |