summaryrefslogtreecommitdiff
path: root/src/libnsss/nsss_switch_endspent.c
blob: 852707299fc4e36e6febbc652637fd2fda778cf5 (plain)
1
2
3
4
5
6
7
8
9
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) ;
}