diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/libsmb/nterr.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |