Remove extraneous "+ 16"
authorAlan T. DeKok <aland@freeradius.org>
Thu, 9 Apr 2015 13:59:48 +0000 (09:59 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 9 Apr 2015 13:59:48 +0000 (09:59 -0400)
src/main/tls.c

index 3fe8bf0..36fc245 100644 (file)
@@ -1896,7 +1896,7 @@ int cbtls_verify(int ok, X509_STORE_CTX *ctx)
                         *      Mash the OpenSSL name to our name, and
                         *      create the attribute.
                         */
-                       for (p = value + 16; *p != '\0'; p++) {
+                       for (p = value; *p != '\0'; p++) {
                                if (*p == ' ') *p = '-';
                        }