store is never read again

This commit is contained in:
Love Hornquist Astrand
2009-07-29 22:37:58 +02:00
parent fa502c6648
commit 9b710bed81
7 changed files with 20 additions and 30 deletions

View File

@@ -238,7 +238,7 @@ load_plugins(krb5_context context)
if (e) {
free(path);
} else {
ret = loadlib(context, path); /* store or frees path */
loadlib(context, path); /* store or frees path */
}
}
closedir(d);