]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
typo
authorMarc Horowitz <marc@mit.edu>
Sun, 26 Jul 1998 01:55:04 +0000 (01:55 +0000)
committerMarc Horowitz <marc@mit.edu>
Sun, 26 Jul 1998 01:55:04 +0000 (01:55 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/marc-3des@10748 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/kdb/kdb_cpw.c

index 4f29cffe6d5c886d6e03d37209fa0f23ee7972f8..85323df9351125757a43174bb9c954171101e677 100644 (file)
@@ -301,7 +301,7 @@ add_key_pwd(context, master_key, ks_tuple, ks_tuple_count, passwd,
                break;
        }
 
-       if (j == i)
+       if (j < i)
            continue;
 
        if (retval = krb5_dbe_create_key_data(context, db_entry))