From: Volker Lendecke Date: Sat, 26 Apr 2008 07:48:17 +0000 (+0200) Subject: Attempt to fix the build on IRIX: Bug 5420 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8da971426f12b5bac0bd7595ddd5d54d220c221;p=thirdparty%2Fsamba.git Attempt to fix the build on IRIX: Bug 5420 --- 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)