diff options
Diffstat (limited to 'src/libnsss/nsss_switch_endspent.c')
-rw-r--r-- | src/libnsss/nsss_switch_endspent.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/libnsss/nsss_switch_endspent.c b/src/libnsss/nsss_switch_endspent.c new file mode 100644 index 0000000..8527072 --- /dev/null +++ b/src/libnsss/nsss_switch_endspent.c @@ -0,0 +1,10 @@ +/* ISC license. */ + +#include <nsss/shadow-switch.h> +#include "nsss-switch-internal.h" + +void nsss_switch_endspent (void) +{ + nsss_switch_shadow_end(&nsss_switch_here, 0, 0) ; + nsss_switch_end(&nsss_switch_here, NSSS_SWITCH_SHADOW) ; +} |