]> andersk Git - moira.git/blobdiff - server/qsetup.pc
Change SNET_STATUS_PRIVATE to SNET_STATUS_PRIVATE_10MBPS and
[moira.git] / server / qsetup.pc
index 5ef3d54c83e5577a369608b8205900a2cbaca098..573d7c61104639adeea00c4618b73cd2aa450c7f 100644 (file)
@@ -253,7 +253,8 @@ int setup_asnt(struct query *q, char *argv[], client *cl)
   /* Don't allow Private subnets to be created without a valid billing
    * number.
    */
-  if (status == SNET_STATUS_PRIVATE)
+  if (status == SNET_STATUS_PRIVATE_10MBPS || 
+      status == SNET_STATUS_PRIVATE_100MBPS)
     {
       EXEC SQL SELECT account_number FROM accountnumbers
        WHERE account_number = :account_number;
This page took 0.043302 seconds and 4 git commands to generate.