Since the CHECK_COMPAT_SVC macro calls CHECK_PE, remove the extra CHECK_PE call from ipvs_get_service(). Signed-off-by: Ryan O'Hara <rohara@xxxxxxxxxx> --- libipvs/libipvs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libipvs/libipvs.c b/libipvs/libipvs.c index ef242db..309ccce 100644 --- a/libipvs/libipvs.c +++ b/libipvs/libipvs.c @@ -965,7 +965,6 @@ ipvs_get_service_err2: #endif CHECK_COMPAT_SVC(svc, NULL); - CHECK_PE(svc, NULL); if (getsockopt(sockfd, IPPROTO_IP, IP_VS_SO_GET_SERVICE, (char *)svc, &len)) { free(svc); -- 1.8.1.4 -- To unsubscribe from this list: send the line "unsubscribe lvs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html