test-client: fix broken protocol names 01/108801/1
authorAndy Green <andy@warmcat.com>
Thu, 15 Dec 2016 05:34:06 +0000 (13:34 +0800)
committerGihun Chang <gihun.chang@samsung.com>
Thu, 5 Jan 2017 23:41:57 +0000 (08:41 +0900)
Change-Id: I04eec3d4654e1c47e5cfbd85bf4d09b68d246a59

test-server/test-client.c

index c26be7f2b7caa0b7c245434f8935546b2e8f5b45..e3383cd5a2f88c31a23f5dc00e0171bd11b65102 100644 (file)
@@ -206,13 +206,13 @@ callback_lws_mirror(struct lws *wsi, enum lws_callback_reasons reason,
 
 static struct lws_protocols protocols[] = {
        {
-               "dumb-increment-protocol,fake-nonexistant-protocol",
+               "dumb-increment-protocol",
                callback_dumb_increment,
                0,
                20,
        },
        {
-               "fake-nonexistant-protocol,lws-mirror-protocol",
+               "lws-mirror-protocol",
                callback_lws_mirror,
                0,
                128,