From a0b91e99b87de85e5560c6968a84c44101fa32c4 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 14 Apr 2018 14:53:34 +0100 Subject: [PATCH] Fix a missing } in a GSSAPI-related comment. --- pgssapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgssapi.c b/pgssapi.c index 5d9ffeb4..9d33220f 100644 --- a/pgssapi.c +++ b/pgssapi.c @@ -43,7 +43,7 @@ static const gss_OID_desc oids[] = { {6, (void *)"\x2b\x06\x01\x05\x06\x02"}, /* corresponding to an object-identifier value of * {iso(1) org(3) dod(6) internet(1) security(5) - * nametypes(6) gss-host-based-services(2)). The constant + * nametypes(6) gss-host-based-services(2))}. The constant * GSS_C_NT_HOSTBASED_SERVICE_X should be initialized to point * to that gss_OID_desc. This is a deprecated OID value, and * implementations wishing to support hostbased-service names