Changeset 4602

Show
Ignore:
Timestamp:
02/13/07 19:38:23 (2 years ago)
Author:
morris
Message:

Test

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wired/branches/p7/wired/server.c

    r4596 r4602  
    189189                if(!wd_p7_spec) 
    190190                        wi_log_err(WI_STR("Could not load protocol.xml: %m")); 
     191                 
     192                wi_p7_spec_t *p7_spec = wi_p7_spec_init_with_file(wi_p7_spec_alloc(), WI_STR("protocol2.xml"), true); 
     193                 
     194                wi_log_info(WI_STR("compatible = %d"), wi_p7_spec_is_compatible_with_spec(wd_p7_spec, p7_spec)); 
     195                 
     196                wi_release(p7_spec); 
    191197        } 
    192198