Imported Upstream version 2.5.1p3
[debian/amanda] / server-src / dumper.c
index e8aff88e05f5930b942d0f29724c455df853eba5..a663612fe565d73bdb4a0550ef758a7ca677eec0 100644 (file)
@@ -23,7 +23,7 @@
  * Authors: the Amanda Development Team.  Its members are listed in a
  * file named AUTHORS, in the root directory of this distribution.
  */
-/* $Id: dumper.c,v 1.190 2006/08/30 19:53:57 martinea Exp $
+/* $Id: dumper.c,v 1.190.2.2 2006/11/08 17:11:41 martinea Exp $
  *
  * requests remote amandad processes to dump filesystems
  */
@@ -327,7 +327,7 @@ main(
 
     signal(SIGPIPE, SIG_IGN);
 
-    conf_dtimeout = getconf_time(CNF_DTIMEOUT);
+    conf_dtimeout = getconf_int(CNF_DTIMEOUT);
 
     protocol_init();
 
@@ -1692,7 +1692,6 @@ bad_nak:
     }
 
 #if 1
-//#if defined(PACKET_DEBUG)
     fprintf(stderr, "got response:\n----\n%s\n----\n\n", pkt->body);
 #endif