X-Git-Url: https://git.gag.com/?p=debian%2Famanda;a=blobdiff_plain;f=server-src%2Famindexd.c;h=e35d2709fe2ed89c4108cec033778f2e464f4fc3;hp=38079b0949d838c1d375d6768421cc9281c103d9;hb=0de2ad0a86685398621fb8ffa6990c029681bb3a;hpb=3ab887b9bc819a846c75dd7f2ee5d41fac22b19f diff --git a/server-src/amindexd.c b/server-src/amindexd.c index 38079b0..e35d270 100644 --- a/server-src/amindexd.c +++ b/server-src/amindexd.c @@ -24,7 +24,7 @@ * file named AUTHORS, in the root directory of this distribution. */ /* - * $Id: amindexd.c,v 1.39.2.11.4.4.2.13 2003/10/27 18:33:03 martinea Exp $ + * $Id: amindexd.c,v 1.39.2.11.4.4.2.13.2.1 2004/04/05 17:22:59 martinea Exp $ * * This is the server daemon part of the index client/server system. * It is assumed that this is launched from inetd instead of being @@ -331,7 +331,7 @@ char *host; { struct stat dir_stat; char *fn; - host_t *ihost; + am_host_t *ihost; if (config_name == NULL) { reply(501, "Must set config before setting host.");