summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-05-26 22:48:32 +0200
committerGünther Deschner <gd@samba.org>2010-05-26 22:48:32 +0200
commitdd05e173a2001f5f59e6dfdbebf592dc1c64fc4d (patch)
tree016529a98cf3c5055181ff27103c4b00cf5d6540 /librpc
parentdc014657decc02e9896a7f1ec10732cd28829f24 (diff)
downloadsamba-dd05e173a2001f5f59e6dfdbebf592dc1c64fc4d.tar.gz
samba-dd05e173a2001f5f59e6dfdbebf592dc1c64fc4d.tar.bz2
samba-dd05e173a2001f5f59e6dfdbebf592dc1c64fc4d.zip
rap: fix typo in IDL.
Guenther
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/rap.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/rap.idl b/librpc/idl/rap.idl
index 167e17af83..e403e8cc6d 100644
--- a/librpc/idl/rap.idl
+++ b/librpc/idl/rap.idl
@@ -780,7 +780,7 @@ interface rap
typedef [public] enum {
USER_PRIV_GUEST = 0,
USER_PRIV_USER = 1,
- USER_PRV_ADMIN = 2
+ USER_PRIV_ADMIN = 2
} rap_UserPriv;
typedef struct {