svn commit: samba r17356 - in branches/SAMBA_3_0/source/utils: .

vlendec at samba.org vlendec at samba.org
Tue Aug 1 09:06:19 GMT 2006


Author: vlendec
Date: 2006-08-01 09:06:18 +0000 (Tue, 01 Aug 2006)
New Revision: 17356

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

Log:
Also transfer the sambaHomePath attribute.

Volker
Modified:
   branches/SAMBA_3_0/source/utils/net_rpc_samsync.c


Changeset:
Modified: branches/SAMBA_3_0/source/utils/net_rpc_samsync.c
===================================================================
--- branches/SAMBA_3_0/source/utils/net_rpc_samsync.c	2006-08-01 08:41:17 UTC (rev 17355)
+++ branches/SAMBA_3_0/source/utils/net_rpc_samsync.c	2006-08-01 09:06:18 UTC (rev 17356)
@@ -1579,6 +1579,10 @@
         unistr2_to_ascii(homedrive, &(delta->account_info.uni_dir_drive),
 			 sizeof(homedrive)-1);
 
+        /* Get the home path */
+        unistr2_to_ascii(homepath, &(delta->account_info.uni_home_dir),
+			 sizeof(homepath)-1);
+
 	/* Get the description */
 	unistr2_to_ascii(description, &(delta->account_info.uni_acct_desc),
 			 sizeof(description)-1);



More information about the samba-cvs mailing list