bugfix in command "oset"
authorpk910 <philipp@zoelle1.de>
Wed, 27 Feb 2013 20:16:05 +0000 (21:16 +0100)
committerpk910 <philipp@zoelle1.de>
Wed, 27 Feb 2013 20:16:05 +0000 (21:16 +0100)
src/mod-hostserv.c

index 845382f6a63c4cf717064634f677558a7ec2c34d..5e30ed9f929e6ae1b08205da09a3ee41b4c33641 100644 (file)
@@ -1190,7 +1190,7 @@ static MODCMD_FUNC(cmd_oset) {
         reply("HSMSG_ACCESS_DENIED");
         return 0;
     }
-    if(!strcmp(argv[1], "*")) {
+    if(!strcmp(fakehost, "*")) {
         if(!assignment)
             return 0; //simply ignore (there is no assignment in use)
         hs_activate_assignment(hs_user, NULL);