diff --git a/confluent_server/confluent/sockapi.py b/confluent_server/confluent/sockapi.py index 3d02eab8..b8eb2e2b 100644 --- a/confluent_server/confluent/sockapi.py +++ b/confluent_server/confluent/sockapi.py @@ -48,7 +48,7 @@ except AttributeError: import platform if "ppc64" in platform.machine(): SO_PEERCRED = 21 - else: + else: SO_PEERCRED = 17