svn commit: samba-web r840 - in trunk/patches: .

jerry at samba.org jerry at samba.org
Mon Oct 24 17:33:52 GMT 2005


Author: jerry
Date: 2005-10-24 17:33:51 +0000 (Mon, 24 Oct 2005)
New Revision: 840

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

Log:
adding bug fix for #3201
Added:
   trunk/patches/bug3201_wbinfo.patch
Modified:
   trunk/patches/index.html
   trunk/patches/series


Changeset:
Added: trunk/patches/bug3201_wbinfo.patch
===================================================================
--- trunk/patches/bug3201_wbinfo.patch	2005-10-23 12:49:03 UTC (rev 839)
+++ trunk/patches/bug3201_wbinfo.patch	2005-10-24 17:33:51 UTC (rev 840)
@@ -0,0 +1,28 @@
+Index: nsswitch/wbinfo.c
+===================================================================
+--- nsswitch/wbinfo.c	(revision 11279)
++++ nsswitch/wbinfo.c	(working copy)
+@@ -117,6 +117,7 @@
+ 	NSS_STATUS result;
+ 	int i;
+ 	
++	ZERO_STRUCT(request);
+ 	ZERO_STRUCT(response);
+ 
+ 	/* Send request */
+@@ -146,6 +147,7 @@
+ 	int i;
+ 	const char *s;
+ 
++	ZERO_STRUCT(request);
+ 	ZERO_STRUCT(response);
+ 
+ 	/* Send request */
+@@ -173,6 +175,7 @@
+ 	struct winbindd_response response;
+ 	NSS_STATUS result;
+ 
++	ZERO_STRUCT(request);
+ 	ZERO_STRUCT(response);
+ 
+ 	/* Send request */

Modified: trunk/patches/index.html
===================================================================
--- trunk/patches/index.html	2005-10-23 12:49:03 UTC (rev 839)
+++ trunk/patches/index.html	2005-10-24 17:33:51 UTC (rev 840)
@@ -76,6 +76,10 @@
     <td>Fix setting quota information on Linux kernels with the
 	struct if_dqblk interface</td>
   </tr>
+  <tr>
+    <td><a href="/samba/patches/bug3201_wbinfo.patch">fs quotas</a></td>
+    <td>Fix failure when retrieving user groups via &quot;wbinfo -r&quot;</td>
+  </tr>
   </tbody> 
 </table>
 

Modified: trunk/patches/series
===================================================================
--- trunk/patches/series	2005-10-23 12:49:03 UTC (rev 839)
+++ trunk/patches/series	2005-10-24 17:33:51 UTC (rev 840)
@@ -5,3 +5,4 @@
 
 quota.patch
 print_lprm.patch
+bug3201_wbinfo.patch



More information about the samba-cvs mailing list