blob: 8dbec9281924be074ade6c9eaf867e9b3a241ca0 (
plain)
1
2
3
4
5
6
7
8
9
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) ;
}
|