Index: branches/ccl_branches/ipp-20190806/ippTools/src/addtool.c
===================================================================
--- branches/ccl_branches/ipp-20190806/ippTools/src/addtool.c	(revision 40956)
+++ branches/ccl_branches/ipp-20190806/ippTools/src/addtool.c	(revision 40964)
@@ -1668,4 +1668,6 @@
   PXOPT_LOOKUP_STR(minidvodb_path, config->args, "-set_minidvodb_path", false, false);
   PXOPT_LOOKUP_STR(state, config->args, "-set_state", false, false);
+  PXOPT_LOOKUP_STR(hostname, config->args,"-hostname", false, false);
+ 
 
   if (!psDBTransaction(config->dbh)) {
@@ -1690,5 +1692,6 @@
 			  minidvodbpath,
 			  "new",
-			  0
+			  0,
+                          hostname
 			  )) {
     psError(PS_ERR_UNKNOWN, false, "database error");
Index: branches/ccl_branches/ipp-20190806/ippTools/src/camtool.c
===================================================================
--- branches/ccl_branches/ipp-20190806/ippTools/src/camtool.c	(revision 40956)
+++ branches/ccl_branches/ipp-20190806/ippTools/src/camtool.c	(revision 40964)
@@ -702,5 +702,6 @@
         quality,
 	background_model,
-        astrom_chips
+        astrom_chips,
+
         ast_r0,
         ast_d0,
@@ -708,5 +709,5 @@
         ast_s0,
         ast_rs,
-        ast_ds,
+        ast_ds
         );
 
