From: Christian Heimes Date: Sat, 17 Aug 2013 15:18:56 +0000 (+0200) Subject: Issue #18768: coding style nitpick. Thanks to Vajrasky Kok X-Git-Tag: v3.4.0a2~195^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=474afdda6035049f83bf082850e150bf7a04cb1d;p=thirdparty%2FPython%2Fcpython.git Issue #18768: coding style nitpick. Thanks to Vajrasky Kok --- diff --git a/Modules/_ssl.c b/Modules/_ssl.c index 9f67bfe55bc4..fdb323425d45 100644 --- a/Modules/_ssl.c +++ b/Modules/_ssl.c @@ -776,7 +776,7 @@ _get_peer_alt_names (X509 *certificate) { ASN1_STRING *as = NULL; name = sk_GENERAL_NAME_value(names, j); - gntype = name-> type; + gntype = name->type; switch (gntype) { case GEN_DIRNAME: /* we special-case DirName as a tuple of