diff options
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/rpc/binding.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/librpc/rpc/binding.c b/source3/librpc/rpc/binding.c index 92f65b5827..01e3479c23 100644 --- a/source3/librpc/rpc/binding.c +++ b/source3/librpc/rpc/binding.c @@ -69,6 +69,7 @@ static const struct { const char *name; uint32_t flag; } ncacn_options[] = { + { "", 0 } }; const char *epm_floor_string(TALLOC_CTX *mem_ctx, struct epm_floor *epm_floor) |