Index: trunk/cgi-bin/main.cgi
===================================================================
--- trunk/cgi-bin/main.cgi	(revision 72)
+++ trunk/cgi-bin/main.cgi	(revision 73)
@@ -1265,6 +1265,8 @@
     my $sql;
     if (my $pooltype = ($webvar{alloctype} =~ /^([cdsmw])i$/) ) {
+      # Note the hack ( available='n' ) to work around "update" additions
+      # to static IP space.  Eww.
       $sql = "update poolips set custid='$webvar{custid}',".
-	"notes='$webvar{notes}',description='$webvar{desc}' ".
+	"notes='$webvar{notes}',description='$webvar{desc}',available='n' ".
 	"where ip='$webvar{block}'";
     } else {
