]> andersk Git - moira.git/commitdiff
Default to "unique" if we're creating a host and don't specify -A on the
authorzacheiss <zacheiss>
Fri, 15 Sep 2000 06:09:43 +0000 (06:09 +0000)
committerzacheiss <zacheiss>
Fri, 15 Sep 2000 06:09:43 +0000 (06:09 +0000)
command line.

clients/stella/stella.c

index 2150efea9d4ed020b2dcd3fd75777d3a34ddd96e..d47d5a7eb4e86cc4fe22e2aa59e6ebc1bff86c1b 100644 (file)
@@ -313,6 +313,8 @@ int main(int argc, char **argv)
        argv[8] = network;
       if (address)
        argv[9] = address;
+      else
+       argv[9] = "unique";
       if (adm_cmt)
        argv[12] = adm_cmt;
       if (op_cmt)
This page took 0.036404 seconds and 5 git commands to generate.