svn commit: samba r17178 - in branches/tmp/vl-messaging/source/lib:
.
ab at samba.org
ab at samba.org
Fri Jul 21 14:24:53 GMT 2006
Author: ab
Date: 2006-07-21 14:24:53 +0000 (Fri, 21 Jul 2006)
New Revision: 17178
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17178
Log:
Copy&paste bug with file name
Modified:
branches/tmp/vl-messaging/source/lib/dbwrap_msg.c
Changeset:
Modified: branches/tmp/vl-messaging/source/lib/dbwrap_msg.c
===================================================================
--- branches/tmp/vl-messaging/source/lib/dbwrap_msg.c 2006-07-21 14:13:30 UTC (rev 17177)
+++ branches/tmp/vl-messaging/source/lib/dbwrap_msg.c 2006-07-21 14:24:53 UTC (rev 17178)
@@ -742,7 +742,7 @@
TALLOC_FREE(dbl);
return ;
}
- dbl->db = tdb_open_log(lock_path(name),
+ dbl->db = tdb_open_log(lock_path(buf),
lp_open_files_db_hash_size(),
TDB_DEFAULT| TDB_CLEAR_IF_FIRST,
O_RDWR|O_CREAT,
More information about the samba-cvs
mailing list