summaryrefslogtreecommitdiff
path: root/zebra/zserv.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/zserv.c')
-rw-r--r--zebra/zserv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/zserv.c b/zebra/zserv.c
index 2f4bb22ffe..8cc462577a 100644
--- a/zebra/zserv.c
+++ b/zebra/zserv.c
@@ -703,7 +703,6 @@ static struct zserv *zserv_client_create(int sock)
listnode_add(zebrad.client_list, client);
struct frr_pthread_attr zclient_pthr_attrs = {
- .id = frr_pthread_get_id(),
.start = frr_pthread_attr_default.start,
.stop = frr_pthread_attr_default.stop
};