]> andersk Git - moira.git/commitdiff
remove "and snet_id != 0" from get_subnet query so you can look at
authordanw <danw>
Wed, 20 May 1998 14:49:11 +0000 (14:49 +0000)
committerdanw <danw>
Wed, 20 May 1998 14:49:11 +0000 (14:49 +0000)
subnet NONE

server/queries2.c

index 6f44c0cea0a361926dbcd7bce94f351bd0f9b74b..1ded6d5a6d18e16a34fa11f401ee2a08a77cf047 100644 (file)
@@ -2966,7 +2966,7 @@ struct query Queries2[] = {
     "name, description, saddr, mask, low, high, prefix, owner_type, owner_id, TO_CHAR(modtime, 'DD-mon-YYYY HH24:MI:SS'), modby, modwith FROM subnet",
     gsnt_fields,
     12,
-    "name LIKE UPPER('%s') and snet_id != 0",
+    "name LIKE UPPER('%s')",
     1,
     "name",
     &gsnt_validate,
This page took 0.03783 seconds and 5 git commands to generate.