svn commit: samba r10824 - in trunk/source/rpc_server: .

jerry at samba.org jerry at samba.org
Fri Oct 7 16:44:13 GMT 2005


Author: jerry
Date: 2005-10-07 16:44:12 +0000 (Fri, 07 Oct 2005)
New Revision: 10824

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

Log:
make sure to normalize the eventlog tdb path name
Modified:
   trunk/source/rpc_server/srv_eventlog_lib.c


Changeset:
Modified: trunk/source/rpc_server/srv_eventlog_lib.c
===================================================================
--- trunk/source/rpc_server/srv_eventlog_lib.c	2005-10-07 16:31:47 UTC (rev 10823)
+++ trunk/source/rpc_server/srv_eventlog_lib.c	2005-10-07 16:44:12 UTC (rev 10824)
@@ -64,6 +64,7 @@
 	char *tdb_fullpath;
 
 	pstr_sprintf( path, "eventlog/%s.tdb", name );
+	strlower_m( path );
 	tdb_fullpath = SMB_STRDUP( lock_path(path) );
 	
 	return tdb_fullpath;



More information about the samba-cvs mailing list