auth_add
if (auth_add(env->sc_auth, &auth) == NULL) {
struct auth *auth_add(struct serverauth *, struct auth *);
if ((auth = auth_add(conf->sc_auth, &$2)) == NULL) {