From b72270ab693fee28eed84881aeb60540219962f7 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Tue, 28 Sep 2010 12:34:00 +0200 Subject: [PATCH] cleanup --- plugins/gs2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gs2.c b/plugins/gs2.c index 00cbefe..9667274 100644 --- a/plugins/gs2.c +++ b/plugins/gs2.c @@ -192,7 +192,7 @@ sasl_gs2_new_context(const sasl_utils_t *utils) context_t *ret; ret = utils->malloc(sizeof(context_t)); - if (!ret) + if (ret == NULL) return NULL; memset(ret, 0, sizeof(context_t)); -- 2.1.4