]> git.pond.sub.org Git - empserver/blobdiff - src/lib/common/xundump.c
Check argument of ef_cadef(), ef_nelem(), ef_flags(), ef_mtime()
[empserver] / src / lib / common / xundump.c
index abef9c27e664d1a6b73198938a3d44de72e2c9e8..0a811974d843ee830b5606181fbb67d5c8059312 100644 (file)
@@ -671,8 +671,6 @@ symval(struct castr *ca, int i)
 {
     int type = ca->ca_table;
 
-    if (ef_check(type) < 0)
-       return -1;
     if (ef_cadef(type) == symbol_ca)
        /* symbol table, value is in the table */
        return ((struct symbol *)ef_ptr(type, i))->value;