From 164dd14b2f950d4348108e9a36c46968e824c0ca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kou=C5=99il?= Date: Thu, 19 Jan 2012 08:25:33 +0000 Subject: [PATCH] Use appropriate type for error in the context --- emi.canl.canl-c/src/canl_locl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emi.canl.canl-c/src/canl_locl.h b/emi.canl.canl-c/src/canl_locl.h index b9b1d47..82b997b 100644 --- a/emi.canl.canl-c/src/canl_locl.h +++ b/emi.canl.canl-c/src/canl_locl.h @@ -59,7 +59,7 @@ typedef struct _cert_key_store { typedef struct _glb_ctx { char * err_msg; - unsigned long err_code; + canl_error_code err_code; canl_error_origin err_orig; cert_key_store *cert_key; } glb_ctx; -- 1.8.2.3