This commit is contained in:
Love Hornquist Astrand
2010-05-27 10:41:39 -05:00
parent 7f6734138e
commit 2664543dd5

View File

@@ -212,7 +212,7 @@ load_plugins(krb5_context context)
free(dir); free(dir);
} }
#else #else
d = opendir(*id); d = opendir(*di);
#endif #endif
if (d == NULL) if (d == NULL)
continue; continue;