From: NurPech Date: Wed, 27 Feb 2013 19:55:44 +0000 (+0100) Subject: Merge branch 'master' of ssh://git.pk910.de:16110/srvx X-Git-Url: http://git.pk910.de/?p=srvx.git;a=commitdiff_plain;h=9a194863f5519a0afc587271ce404c01c50c434e;hp=2817677c02e88e4c8f02a7ce611dd0b2f060bb9b Merge branch 'master' of ssh://git.pk910.de:16110/srvx --- diff --git a/src/mod-hostserv.c b/src/mod-hostserv.c index 845382f..7c09463 100644 --- a/src/mod-hostserv.c +++ b/src/mod-hostserv.c @@ -1190,7 +1190,7 @@ static MODCMD_FUNC(cmd_oset) { reply("HSMSG_ACCESS_DENIED"); return 0; } - if(!strcmp(argv[1], "*")) { + if(!strcmp(argv[2], "*")) { if(!assignment) return 0; //simply ignore (there is no assignment in use) hs_activate_assignment(hs_user, NULL);