X-Git-Url: http://git.pk910.de/?p=srvx.git;a=blobdiff_plain;f=src%2Fmod-hostserv.c;h=3643fceda0b7af91870a33128d41f3ef1a17997f;hp=291fac2dc60d61f3d73f66c9a5e13f344b13e0e4;hb=eefef05214d3a5e1bbb27aa51eb4ea343972e760;hpb=6854e03ca5afa7bc8223ff41397811eda2d1eb9c diff --git a/src/mod-hostserv.c b/src/mod-hostserv.c index 291fac2..3643fce 100644 --- a/src/mod-hostserv.c +++ b/src/mod-hostserv.c @@ -359,7 +359,7 @@ static void hs_activate_assignment(struct hs_user *user, struct hs_assignment *a assignment->active = 1; } - apply_fakehost(assignment->user->hi, NULL); + apply_fakehost(user->hi, NULL); } static struct hs_assignment *hs_add_assignment(struct hs_secondlevel *slfh, struct hs_user *user) {