svn commit: samba r13239 - in branches/SAMBA_4_0/source/setup: .

abartlet at samba.org abartlet at samba.org
Mon Jan 30 22:22:37 GMT 2006


Author: abartlet
Date: 2006-01-30 22:22:37 +0000 (Mon, 30 Jan 2006)
New Revision: 13239

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

Log:
Silly little patch:  make the order of declaration match the order of use.

Modified:
   branches/SAMBA_4_0/source/setup/provision


Changeset:
Modified: branches/SAMBA_4_0/source/setup/provision
===================================================================
--- branches/SAMBA_4_0/source/setup/provision	2006-01-30 20:20:17 UTC (rev 13238)
+++ branches/SAMBA_4_0/source/setup/provision	2006-01-30 22:22:37 UTC (rev 13239)
@@ -113,8 +113,8 @@
 	return -1;
 }
 
+var system_session = system_session();
 var creds = options.get_credentials();
-var system_session = system_session();
 var paths = provision_default_paths(subobj);
 message("Provisioning for %s in realm %s\n", subobj.DOMAIN, subobj.REALM);
 message("Using administrator password: %s\n", subobj.ADMINPASS);



More information about the samba-cvs mailing list