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

vlendec at samba.org vlendec at samba.org
Sat Sep 8 10:30:13 GMT 2007


Author: vlendec
Date: 2007-09-08 10:30:11 +0000 (Sat, 08 Sep 2007)
New Revision: 25025

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

Log:
Remove an unused function
Modified:
   branches/SAMBA_3_2/source/lib/substitute.c
   branches/SAMBA_3_2_0/source/lib/substitute.c


Changeset:
Modified: branches/SAMBA_3_2/source/lib/substitute.c
===================================================================
--- branches/SAMBA_3_2/source/lib/substitute.c	2007-09-08 09:15:08 UTC (rev 25024)
+++ branches/SAMBA_3_2/source/lib/substitute.c	2007-09-08 10:30:11 UTC (rev 25025)
@@ -140,11 +140,6 @@
 	}
 }
 
-char* sub_get_smb_name( void )
-{
-	return smb_user_name;
-}
-
 /*******************************************************************
  Setup the strings used by substitutions. Called per packet. Ensure
  %U name is set correctly also.

Modified: branches/SAMBA_3_2_0/source/lib/substitute.c
===================================================================
--- branches/SAMBA_3_2_0/source/lib/substitute.c	2007-09-08 09:15:08 UTC (rev 25024)
+++ branches/SAMBA_3_2_0/source/lib/substitute.c	2007-09-08 10:30:11 UTC (rev 25025)
@@ -140,11 +140,6 @@
 	}
 }
 
-char* sub_get_smb_name( void )
-{
-	return smb_user_name;
-}
-
 /*******************************************************************
  Setup the strings used by substitutions. Called per packet. Ensure
  %U name is set correctly also.



More information about the samba-cvs mailing list