From 4dec5c07e56f343f3a2e182b6428ae385f742447 Mon Sep 17 00:00:00 2001 From: Lin Ye <1254703825@qq.com> Date: Wed, 24 Jan 2018 19:32:05 +0800 Subject: [PATCH] make linux_main.c error --- xrp-example/linux_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xrp-example/linux_main.c b/xrp-example/linux_main.c index 72d9afc..ab7fd76 100644 --- a/xrp-example/linux_main.c +++ b/xrp-example/linux_main.c @@ -377,7 +377,7 @@ static void f6(int devid) device = xrp_open_device(devid, &status); assert(status == XRP_STATUS_SUCCESS); status = -1; - queue = queue = xrp_create_queue(device, &status); + queue = xrp_create_queue(device, &status); assert(status == XRP_STATUS_SUCCESS); status = -1;