]> git.pond.sub.org Git - empserver/commitdiff
(verify_row): Check table references regardless of target table. Also
authorMarkus Armbruster <armbru@pond.sub.org>
Mon, 6 Feb 2006 07:53:42 +0000 (07:53 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Mon, 6 Feb 2006 07:53:42 +0000 (07:53 +0000)
fixes the previous revision.

src/lib/common/ef_verify.c

index 83f66251ad2c1d6e7a9245661db687d8d9b7a478..62bc5424b56847d841c2999a950adb88fa68860a 100644 (file)
@@ -64,7 +64,7 @@ verify_row(int type, int row)
        n = ca[i].ca_type != NSC_STRINGY ? ca[i].ca_len : 0;
        j = 0;
        do {
-           if (ca[i].ca_table == EF_BAD || ca[i].ca_table == type)
+           if (ca[i].ca_table == EF_BAD)
                continue;
            val.val_type = ca[i].ca_type;
            val.val_cat = NSC_OFF;