]> andersk Git - moira.git/commitdiff
subnet status should be %s, not %d.
authorzacheiss <zacheiss>
Tue, 21 Aug 2001 03:54:39 +0000 (03:54 +0000)
committerzacheiss <zacheiss>
Tue, 21 Aug 2001 03:54:39 +0000 (03:54 +0000)
server/queries2.c

index 155bde958af179c98c0b52a0487c8355dfc931ad..a5be68bba8799d879ca08262a4ce751b34e48e24 100644 (file)
@@ -4806,7 +4806,7 @@ struct query Queries[] = {
     UPDATE,
     "s",
     SUBNET_TABLE,
-    "subnet SET name = UPPER('%s'), description = NVL('%s', CHR(0)), status = %d, saddr = %s, mask = %s, low = %s, high = %s, prefix = NVL('%s', CHR(0)), owner_type = '%s', owner_id = %d",
+    "subnet SET name = UPPER('%s'), description = NVL('%s', CHR(0)), status = %s, saddr = %s, mask = %s, low = %s, high = %s, prefix = NVL('%s', CHR(0)), owner_type = '%s', owner_id = %d",
     usnt_fields,
     10,
     "snet_id = %d",
This page took 0.064763 seconds and 5 git commands to generate.