summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-09-27 19:03:54 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:14:51 -0500
commit2326b147d03102cb7077aa7c8246b6515060284a (patch)
tree8e74cc7795a5caabab494464fc16c0053d645602 /source3/lib
parentb3ec4697ef153aec4ac2fc95ee4781b757a7a9ac (diff)
downloadsamba-2326b147d03102cb7077aa7c8246b6515060284a.tar.gz
samba-2326b147d03102cb7077aa7c8246b6515060284a.tar.bz2
samba-2326b147d03102cb7077aa7c8246b6515060284a.zip
r18963: * Move parts of registry headers that were still in
use to reg_objects.h * Remove unused rpc headers (This used to be commit 4f79d8c83db5af80078114e9fb39171380d040b1)
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/util_reg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/lib/util_reg.c b/source3/lib/util_reg.c
index 9fd8c13077..80b52924b6 100644
--- a/source3/lib/util_reg.c
+++ b/source3/lib/util_reg.c
@@ -40,8 +40,8 @@ const char *reg_type_lookup(uint32 type)
case REG_DWORD:
result = "REG_DWORD";
break;
- case REG_DWORD_BE:
- result = "REG_DWORD_BE";
+ case REG_DWORD_BIG_ENDIAN:
+ result = "REG_DWORD_BIG_ENDIAN";
break;
case REG_LINK:
result = "REG_LINK";