X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2Fpalacios-socket.c;h=e572ec9ce621bd15be3c32b3bf72f4ccb2d1d414;hb=9cf7a82c32a23118057172b1071388f19face739;hp=9cf8236017bd53a793700753ed76e5809d36c4fb;hpb=5a47f41dd0d9d8706b172da4b1d154d90c1617e4;p=palacios.git diff --git a/linux_module/palacios-socket.c b/linux_module/palacios-socket.c index 9cf8236..e572ec9 100644 --- a/linux_module/palacios-socket.c +++ b/linux_module/palacios-socket.c @@ -472,11 +472,13 @@ static int socket_deinit( void ) { if (!list_empty(&(global_sockets))) { printk("Error removing module with open sockets\n"); } + + return 0; } static struct linux_ext socket_ext = { - .name "SOCKET_INTERFACE", + .name = "SOCKET_INTERFACE", .init = socket_init, .deinit = socket_deinit, .guest_init = NULL,