vhost: fix missed break in switch
[dpdk.git] / lib / librte_vhost / vhost_user / vhost-net-user.c
index 549f907..8b7a448 100644 (file)
@@ -389,6 +389,8 @@ vserver_message_handler(int connfd, void *dat, int *remove)
 
        case VHOST_USER_SET_LOG_BASE:
                RTE_LOG(INFO, VHOST_CONFIG, "not implemented.\n");
+               break;
+
        case VHOST_USER_SET_LOG_FD:
                close(msg.fds[0]);
                RTE_LOG(INFO, VHOST_CONFIG, "not implemented.\n");