From: Luke Howard Date: Mon, 27 Sep 2010 20:33:56 +0000 (+0200) Subject: more cleanup X-Git-Url: http://www.project-moonshot.org/gitweb/?p=cyrus-sasl.git;a=commitdiff_plain;h=6a92026d51bb76f666cf5aa6109f59f914c721c5 more cleanup --- diff --git a/plugins/gs2.c b/plugins/gs2.c index 773322c..df15ba8 100644 --- a/plugins/gs2.c +++ b/plugins/gs2.c @@ -1711,7 +1711,7 @@ sasl_gs2_seterror_(const sasl_utils_t *utils, OM_uint32 maj, OM_uint32 min, int ret; char *out = NULL; unsigned int len, curlen = 0; - const char prefix[] = "GSSAPI Error: "; + const char prefix[] = "GS2 Error: "; len = sizeof(prefix); ret = _plug_buf_alloc(utils, &out, &curlen, 256);