From d8da971426f12b5bac0bd7595ddd5d54d220c221 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 26 Apr 2008 09:48:17 +0200 Subject: [PATCH] Attempt to fix the build on IRIX: Bug 5420 --- source/librpc/rpc/binding.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/librpc/rpc/binding.c b/source/librpc/rpc/binding.c index 92f65b58274..01e3479c23b 100644 --- a/source/librpc/rpc/binding.c +++ b/source/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) -- 2.47.3