Changeset 4602
- Timestamp:
- 02/13/07 19:38:23 (2 years ago)
- Files:
-
- wired/branches/p7/wired/server.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wired/branches/p7/wired/server.c
r4596 r4602 189 189 if(!wd_p7_spec) 190 190 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); 191 197 } 192 198
