Imported Upstream version 2.4.5
[debian/amanda] / server-src / amindexd.c
index 38079b0949d838c1d375d6768421cc9281c103d9..e35d2709fe2ed89c4108cec033778f2e464f4fc3 100644 (file)
@@ -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.");