Merge branch 'upstream'
[debian/amanda] / client-src / sendsize.c
index 4a335b7bdfb4a0ddf25d6ad5ea15666533d8219d..8c64f63ac1563ebac01affcedd07486bc79520a0 100644 (file)
@@ -169,6 +169,10 @@ main(
     /* Don't die when child closes pipe */
     signal(SIGPIPE, SIG_IGN);
 
+#if defined(USE_DBMALLOC)
+    malloc_size_1 = malloc_inuse(&malloc_hist_1);
+#endif
+
     erroutput_type = (ERR_INTERACTIVE|ERR_SYSLOG);
     dbopen(DBG_SUBDIR_CLIENT);
     startclock();