diff options
author | Andreas Schneider <asn@samba.org> | 2010-08-30 13:22:57 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-09-16 11:52:25 +0200 |
commit | 14340a45bef921db19581258838ec2371d4d21e9 (patch) | |
tree | 182644ee19574290b17a717c97080f9962974c77 /librpc/idl | |
parent | 7e729c4f6a374f5fa1e348404e370dbf122a5a0b (diff) | |
download | samba-14340a45bef921db19581258838ec2371d4d21e9.tar.gz samba-14340a45bef921db19581258838ec2371d4d21e9.tar.bz2 samba-14340a45bef921db19581258838ec2371d4d21e9.zip |
idl: Added EPMAPPER_STATUS_CANT_PERFORM_OP.
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/epmapper.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/idl/epmapper.idl b/librpc/idl/epmapper.idl index 25b9517a8e..d23b68ac25 100644 --- a/librpc/idl/epmapper.idl +++ b/librpc/idl/epmapper.idl @@ -30,6 +30,7 @@ interface epmapper with. */ + const int EPMAPPER_STATUS_CANT_PERFORM_OP = 0x6d8; const int EPMAPPER_STATUS_NO_MORE_ENTRIES = 0x16c9a0d6; const int EPMAPPER_STATUS_NO_MEMORY = 0x16C9A012; const int EPMAPPER_STATUS_OK = 0; |