Changeset 729 for releases

Show
Ignore:
Timestamp:
09/05/05 18:50:40 (3 years ago)
Author:
aj
Message:

return 1 (error).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • releases/openct-0.6.6/src/ifd/init.c

    r698 r729  
    8686 
    8787        if (!(driver = cf->value)) 
    88                 return; 
     88                return 1; 
    8989        if ((n = ifd_conf_node_get_string_list(cf, "ids", NULL, 0)) >= 0) { 
    9090                ids = (char **)calloc(n, sizeof(char *));