]> andersk Git - moira.git/blobdiff - clients/blanche/blanche.c
lint
[moira.git] / clients / blanche / blanche.c
index edfb3d8d80ad9c9385c90f084e53a8a18f4d571a..c83a873962672adca4ab72455ef72090300b4bac 100644 (file)
@@ -250,7 +250,8 @@ char **argv;
                argv[2] = "*";
                mailhubs = (char **)malloc(sizeof(char *));
                mailhubs[0] = NULL;
-               status = mr_query("get_alias", 3, argv, collect, &mailhubs);
+               status = mr_query("get_alias", 3, argv, collect,
+                                  (char *)&mailhubs);
                if (status != MR_SUCCESS && status != MR_NO_MATCH) {
                    com_err(whoami, status,
                            " while reading list of MAILHUB servers");
This page took 0.035312 seconds and 4 git commands to generate.