svn commit: samba r18891 - in branches/SAMBA_3_0/source/libsmb: .

vlendec at samba.org vlendec at samba.org
Mon Sep 25 05:06:43 GMT 2006


Author: vlendec
Date: 2006-09-25 05:06:42 +0000 (Mon, 25 Sep 2006)
New Revision: 18891

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18891

Log:
Fix "double const" warning from host opi
Modified:
   branches/SAMBA_3_0/source/libsmb/nterr.c


Changeset:
Modified: branches/SAMBA_3_0/source/libsmb/nterr.c
===================================================================
--- branches/SAMBA_3_0/source/libsmb/nterr.c	2006-09-25 05:03:08 UTC (rev 18890)
+++ branches/SAMBA_3_0/source/libsmb/nterr.c	2006-09-25 05:06:42 UTC (rev 18891)
@@ -22,7 +22,7 @@
 
 #include "includes.h"
 
-typedef const struct
+typedef struct
 {
 	const char *nt_errstr;
 	NTSTATUS nt_errcode;



More information about the samba-cvs mailing list