summaryrefslogtreecommitdiff
path: root/source3/librpc/ndr/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/librpc/ndr/util.c')
-rw-r--r--source3/librpc/ndr/util.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/librpc/ndr/util.c b/source3/librpc/ndr/util.c
index 0510caaf36..1318bd8e00 100644
--- a/source3/librpc/ndr/util.c
+++ b/source3/librpc/ndr/util.c
@@ -107,6 +107,9 @@ const char *ndr_errstr(enum ndr_err_code err)
case NDR_ERR_UNREAD_BYTES:
return "NDR_ERR_UNREAD_BYTES";
break;
+ case NDR_ERR_NDR64:
+ return "NDR_ERR_NDR64";
+ break;
}
return talloc_asprintf(talloc_tos(), "Unknown NDR error: %d", err);