]> andersk Git - moira.git/blobdiff - server/qfollow.dc
make get_host not fail if user doesn't exist
[moira.git] / server / qfollow.dc
index 7a63bd4d30a69598ab16c9a60a477f267940effe..06123f10bb682b8c6562f5e6b9a00cf760370337 100644 (file)
@@ -790,7 +790,8 @@ followup_ghst(q, sq, v, action, actarg, cl)
          status = id_to_name(-id, "STRING", &argv[16]);
        else
          status = id_to_name(id, "USER", &argv[16]);
-       if (status) return(status);
+       if (status && status != MR_NO_MATCH)
+         return(status);
 
        idx = 12;
        id = atoi(argv[idx]);
This page took 0.060285 seconds and 4 git commands to generate.