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: v2.7.6rc1~227 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f1bd47ae146f0890fc710495cbef060e483996a3;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 3ff76a583c32..10fb4029e3b4 100644 --- a/Modules/_ssl.c +++ b/Modules/_ssl.c @@ -743,7 +743,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