summaryrefslogtreecommitdiff
path: root/src/libnsss/nsss_switch_endpwent.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnsss/nsss_switch_endpwent.c')
-rw-r--r--src/libnsss/nsss_switch_endpwent.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/libnsss/nsss_switch_endpwent.c b/src/libnsss/nsss_switch_endpwent.c
new file mode 100644
index 0000000..8dbec92
--- /dev/null
+++ b/src/libnsss/nsss_switch_endpwent.c
@@ -0,0 +1,10 @@
+/* ISC license. */
+
+#include <nsss/pwd-switch.h>
+#include "nsss-switch-internal.h"
+
+void nsss_switch_endpwent (void)
+{
+ nsss_switch_pwd_end(&nsss_switch_here, 0, 0) ;
+ nsss_switch_end(&nsss_switch_here, NSSS_SWITCH_PWD) ;
+}