--- upstream/dynamips-0.2.7-RC2/hv_ethsw.c 2007/10/06 16:24:54 8 +++ trunk/hv_ethsw.c 2007/10/06 16:45:40 12 @@ -247,7 +247,7 @@ { hypervisor_module_t *module; - module = hypervisor_register_module("ethsw"); + module = hypervisor_register_module("ethsw",NULL); assert(module != NULL); hypervisor_register_cmd_array(module,ethsw_cmd_array);