Imported Upstream version 2.5.2p1
[debian/amanda] / server-src / getconf.c
index 4b4ebee789f8a879aef0e755c2e8f82573f1f2ab..9d8394daa72ab298d544557b083176752df4ae8a 100644 (file)
@@ -25,7 +25,7 @@
  *                        University of Maryland at College Park
  */
 /*
- * $Id: getconf.c,v 1.26.2.3 2007/01/16 12:36:47 martinea Exp $
+ * $Id: getconf.c,v 1.26 2006/07/25 19:00:56 martinea Exp $
  *
  * a little wrapper to extract config variables for shell scripts
  */
@@ -434,7 +434,7 @@ main(
 
     malloc_size_1 = malloc_inuse(&malloc_hist_1);
 
-    parse_server_conf(argc, argv, &new_argc, &new_argv);
+    parse_conf(argc, argv, &new_argc, &new_argv);
     my_argc = new_argc;
     my_argv = new_argv;