Rev 605: fixed typo in http://samba.org/~tridge/3_0-ctdb

tridge at samba.org tridge at samba.org
Tue Aug 7 03:10:28 GMT 2007


------------------------------------------------------------
revno: 605
revision-id: tridge at samba.org-20070807031027-xq32d0dh348wxlvq
parent: tridge at samba.org-20070724003817-a5rk198ez114h52e
committer: Andrew Tridgell <tridge at samba.org>
branch nick: s3-ctdb-tridge
timestamp: Tue 2007-08-07 13:10:27 +1000
message:
  fixed typo
modified:
  source/nsswitch/idmap_tdb2.c   idmap_tdb2.c-20070531053925-e5x7av5etjs83rk0-1
=== modified file 'source/nsswitch/idmap_tdb2.c'
--- a/source/nsswitch/idmap_tdb2.c	2007-06-18 23:30:03 +0000
+++ b/source/nsswitch/idmap_tdb2.c	2007-08-07 03:10:27 +0000
@@ -890,7 +890,7 @@
 		goto done;
 	}
 	if (tdb2_store_bystring(kidstr, string_term_tdb_data(ksidstr), TDB_INSERT) == -1) {
-		DEBUG(0, ("Error stroing ID -> SID\n"));
+		DEBUG(0, ("Error storing ID -> SID\n"));
 		/* try to remove the previous stored SID -> ID map */
 		tdb2_delete(string_term_tdb_data(ksidstr));
 		tdb2_chainunlock_bystring(ksidstr);



More information about the samba-cvs mailing list