summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/util/support/plugins.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/support/plugins.c b/src/util/support/plugins.c
index d0752e322..bccb52250 100644
--- a/src/util/support/plugins.c
+++ b/src/util/support/plugins.c
@@ -500,11 +500,11 @@ krb5int_open_plugin_dirs (const char * const *dirnames,
}
if (dir != NULL) { closedir (dir); }
- }
#else
- /* Until a Windows implementation of this code is implemented */
- err = ENOENT;
+ /* Until a Windows implementation of this code is implemented */
+ err = ENOENT;
#endif /* _WIN32 */
+ }
}
if (err == ENOENT) {