svn commit: samba r24610 - in branches: SAMBA_3_2/source/lib SAMBA_3_2_0/source/lib

obnox at samba.org obnox at samba.org
Tue Aug 21 21:57:59 GMT 2007


Author: obnox
Date: 2007-08-21 21:57:58 +0000 (Tue, 21 Aug 2007)
New Revision: 24610

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

Log:
Add a debug message that the workaround has been activated...


Modified:
   branches/SAMBA_3_2/source/lib/util_reg_api.c
   branches/SAMBA_3_2_0/source/lib/util_reg_api.c


Changeset:
Modified: branches/SAMBA_3_2/source/lib/util_reg_api.c
===================================================================
--- branches/SAMBA_3_2/source/lib/util_reg_api.c	2007-08-21 21:55:51 UTC (rev 24609)
+++ branches/SAMBA_3_2/source/lib/util_reg_api.c	2007-08-21 21:57:58 UTC (rev 24610)
@@ -63,6 +63,8 @@
 			}
 			tmp[0] = 0;
 			tmp[1] = 0;
+			DEBUG(10, ("got REG_SZ value of length 1 - workaround "
+				   "activated.\n"));
 		}
 		else if ((length % 2) != 0) {
 			err = WERR_INVALID_PARAM;

Modified: branches/SAMBA_3_2_0/source/lib/util_reg_api.c
===================================================================
--- branches/SAMBA_3_2_0/source/lib/util_reg_api.c	2007-08-21 21:55:51 UTC (rev 24609)
+++ branches/SAMBA_3_2_0/source/lib/util_reg_api.c	2007-08-21 21:57:58 UTC (rev 24610)
@@ -63,6 +63,8 @@
 			}
 			tmp[0] = 0;
 			tmp[1] = 0;
+			DEBUG(10, ("got REG_SZ value of length 1 - workaround "
+				   "activated.\n"));
 		}
 		else if ((length % 2) != 0) {
 			err = WERR_INVALID_PARAM;



More information about the samba-cvs mailing list