svn commit: samba r24808 - in branches: SAMBA_3_2/source/libaddns SAMBA_3_2_0/source/libaddns

jra at samba.org jra at samba.org
Thu Aug 30 17:34:48 GMT 2007


Author: jra
Date: 2007-08-30 17:34:47 +0000 (Thu, 30 Aug 2007)
New Revision: 24808

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

Log:
Fix the same problem Volker noticed.

For some funny reason us4/gcc seems to fall over the '

Jeremy.

Modified:
   branches/SAMBA_3_2/source/libaddns/dns.h
   branches/SAMBA_3_2_0/source/libaddns/dns.h


Changeset:
Modified: branches/SAMBA_3_2/source/libaddns/dns.h
===================================================================
--- branches/SAMBA_3_2/source/libaddns/dns.h	2007-08-30 16:24:51 UTC (rev 24807)
+++ branches/SAMBA_3_2/source/libaddns/dns.h	2007-08-30 17:34:47 UTC (rev 24808)
@@ -88,7 +88,7 @@
 
 #if 0
 
-Disable these now we've checked all code paths and ensured
+Disable these now we have checked all code paths and ensured
 NULL returns on zero request. JRA.
 
 void *_talloc_zero_zeronull(const void *ctx, size_t size, const char *name);

Modified: branches/SAMBA_3_2_0/source/libaddns/dns.h
===================================================================
--- branches/SAMBA_3_2_0/source/libaddns/dns.h	2007-08-30 16:24:51 UTC (rev 24807)
+++ branches/SAMBA_3_2_0/source/libaddns/dns.h	2007-08-30 17:34:47 UTC (rev 24808)
@@ -88,7 +88,7 @@
 
 #if 0
 
-Disable these now we've checked all code paths and ensured
+Disable these now we have checked all code paths and ensured
 NULL returns on zero request. JRA.
 
 void *_talloc_zero_zeronull(const void *ctx, size_t size, const char *name);



More information about the samba-cvs mailing list