------------------------------------------------------------
revno: 605
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Andrew Tridgell <[EMAIL PROTECTED]>
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);