diff --git a/src/nuster/nuster.c b/src/nuster/nuster.c index b6142d2a8..4c97fe6f3 100644 --- a/src/nuster/nuster.c +++ b/src/nuster/nuster.c @@ -97,7 +97,7 @@ _nst_proxy_init() { } } - proxy_cnt++; + proxy_cnt = MAX(proxy_cnt, px1->uuid + 1); px1 = px1->next; }