diff options
Diffstat (limited to 'source4/librpc/ndr/ndr_sec_helper.c')
-rw-r--r-- | source4/librpc/ndr/ndr_sec_helper.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/librpc/ndr/ndr_sec_helper.c b/source4/librpc/ndr/ndr_sec_helper.c index 0a2f3b37f5..a8272b2b60 100644 --- a/source4/librpc/ndr/ndr_sec_helper.c +++ b/source4/librpc/ndr/ndr_sec_helper.c @@ -73,6 +73,8 @@ size_t ndr_size_security_ace(const struct security_ace *ace, int flags) ret += 16; /* GUID ace->object.object.inherited_typeinherited_type */ } break; + default: + break; } return ret; |