tab[11].value = auth_user;
tab[12].value = t_strcut(auth_user, '@');
tab[13].value = strchr(auth_user, '@');
+ if (tab[13].value != NULL) tab[13].value++;
}
return tab;
}
tab[10].value = user->auth_user;
tab[11].value = t_strcut(user->auth_user, '@');
tab[12].value = strchr(user->auth_user, '@');
+ if (tab[12].value != NULL) tab[12].value++;
}
return tab;
}
tab[11].value = user->auth_user;
tab[12].value = p_strdup(user->pool, t_strcut(user->auth_user, '@'));
tab[13].value = strchr(user->auth_user, '@');
+ if (tab[13].value != NULL) tab[13].value++;
}
user->var_expand_table = tab;