From 147fc86a947623e20bc85e797cb48371a54a0b77 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 25 Sep 2006 05:06:42 +0000 Subject: r18891: Fix "double const" warning from host opi (This used to be commit 47c19811ae2282259f523a0d41a08d84de74cbda) --- source3/libsmb/nterr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/libsmb') diff --git a/source3/libsmb/nterr.c b/source3/libsmb/nterr.c index 2e4b1106af..db522556e4 100644 --- a/source3/libsmb/nterr.c +++ b/source3/libsmb/nterr.c @@ -22,7 +22,7 @@ #include "includes.h" -typedef const struct +typedef struct { const char *nt_errstr; NTSTATUS nt_errcode; -- cgit