Index: /trunk/cgi-bin/IPDB.pm
===================================================================
--- /trunk/cgi-bin/IPDB.pm	(revision 79)
+++ /trunk/cgi-bin/IPDB.pm	(revision 80)
@@ -204,5 +204,5 @@
 	  if ($type =~ /^.p$/) {
 	    $msg = "Could not initialize IPs in new $disp_alloctypes{$type} pool $cidr";
-	    initPool($dbh,$cidr,$type,$city,0);
+	    initPool($dbh,$cidr,$type,$city,($type eq 'dp' ? "all" : "normal"));
 	  }
 
@@ -283,5 +283,5 @@
 	  if ($type =~ /^.p$/) {
 	    $msg = "Could not initialize IPs in new $disp_alloctypes{$type} $cidr";
-	    initPool($dbh,$cidr,$type,$city,0);
+	    initPool($dbh,$cidr,$type,$city,($type eq 'dp' ? "all" : "normal"));
 	  }
 
