1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-15 05:57:49 +03:00

r18891: Fix "double const" warning from host opi

This commit is contained in:
Volker Lendecke 2006-09-25 05:06:42 +00:00 committed by Gerald (Jerry) Carter
parent fd020a1998
commit 47c19811ae

View File

@ -22,7 +22,7 @@
#include "includes.h"
typedef const struct
typedef struct
{
const char *nt_errstr;
NTSTATUS nt_errcode;