Log when we have finished pushing users and groups.

Obtained from:	OpenBSD (rev 1.4)
MFC after:	3 weeks.
This commit is contained in:
araujo 2017-08-01 05:26:20 +00:00
parent a530b76b08
commit c0de965832

View File

@ -92,6 +92,7 @@ flatten_entries(struct env *env)
free(tmp);
}
env->sc_user_lines = linep;
log_debug("done pushing users");
wrlen = env->sc_group_line_len;
if ((linep = calloc(1, env->sc_group_line_len + 1)) == NULL) {
@ -117,6 +118,7 @@ flatten_entries(struct env *env)
wrlen -= len;
}
env->sc_group_lines = linep;
log_debug("done pushing groups");
}
int