]> andersk Git - moira.git/commitdiff
don't delete a pobox when setting it to foreign
authormar <mar>
Thu, 7 Jun 1990 17:57:37 +0000 (17:57 +0000)
committermar <mar>
Thu, 7 Jun 1990 17:57:37 +0000 (17:57 +0000)
clients/moira/pobox.c

index 4d66a306196f9d463cb06737a9dd18be6b823f4a..71328aefd644e37576ccbdf48aa9936d30b32784 100644 (file)
@@ -49,6 +49,8 @@ char ** info;
     sprintf(buf, "Address: %-10s Box: %-35s Type: %s", info[PO_NAME],
            info[PO_BOX], info[PO_TYPE]);
     Put_message(buf);
+    sprintf(buf, MOD_FORMAT, info[4], info[3], info[5]);
+    Put_message(buf);
 }
 
 /*     Function Name: RealPrintPOMachines
@@ -223,7 +225,7 @@ char **argv;
        default:
            return(DM_NORMAL);  /* ^C hit. */
        }
-       
+       break;
     default:                   /* ^C hit. */
        type = "NONE";
        break;
This page took 0.042587 seconds and 5 git commands to generate.