summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/nsswitch/winbindd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c
index e73fe79b1e..790d59c086 100644
--- a/source3/nsswitch/winbindd.c
+++ b/source3/nsswitch/winbindd.c
@@ -1103,7 +1103,6 @@ int main(int argc, char **argv, char **envp)
pidfile_create("winbindd");
-#if 0 /* not finished yet */
/* Ensure all cache and idmap caches are consistent
before we startup. */
@@ -1117,7 +1116,6 @@ int main(int argc, char **argv, char **envp)
}
return execve(argv[0], argv, envp);
}
-#endif
#if HAVE_SETPGID
/*