summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-03-18 04:25:10 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:11:06 -0500
commit5aa2646be8dd96b4dafca34fab25da47470963ab (patch)
tree847905acdbcfbdeedb12e9a7e1c2abf70a0125aa /source4/librpc
parent2b41ba049e8b5d88d7dacbca28c6bd2c1f368f33 (diff)
downloadsamba-5aa2646be8dd96b4dafca34fab25da47470963ab.tar.gz
samba-5aa2646be8dd96b4dafca34fab25da47470963ab.tar.bz2
samba-5aa2646be8dd96b4dafca34fab25da47470963ab.zip
r5879: Rename SAMR_FIELD_WORKSTATION to SAMR_FIELD_WORKSTATIONS - it is a list.
Andrew Bartlett (This used to be commit 7822101cb5213f192f3195648970784a9de4fac4)
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/samr.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl
index 9815a897b7..05a1fb313d 100644
--- a/source4/librpc/idl/samr.idl
+++ b/source4/librpc/idl/samr.idl
@@ -671,7 +671,7 @@
SAMR_FIELD_COMMENT = 0x00000020,
SAMR_FIELD_LOGON_SCRIPT = 0x00000100,
SAMR_FIELD_PROFILE_PATH = 0x00000200,
- SAMR_FIELD_WORKSTATION = 0x00000400,
+ SAMR_FIELD_WORKSTATIONS = 0x00000400,
SAMR_FIELD_LOGON_HOURS = 0x00002000,
SAMR_FIELD_ACCT_FLAGS = 0x00100000,
SAMR_FIELD_PARAMETERS = 0x00200000,