From 332a37292c1db7261ebc6bb6fbb9ceacd7cc3220 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 6 Oct 2017 21:54:55 +0200 Subject: handle (most) TEH_KS_acquire errors --- src/exchange/taler-exchange-httpd_keystate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exchange/taler-exchange-httpd_keystate.h') diff --git a/src/exchange/taler-exchange-httpd_keystate.h b/src/exchange/taler-exchange-httpd_keystate.h index 2b7df6378..b2fb6f6d7 100644 --- a/src/exchange/taler-exchange-httpd_keystate.h +++ b/src/exchange/taler-exchange-httpd_keystate.h @@ -42,7 +42,7 @@ struct TEH_KS_StateHandle; * to #TEH_KS_release() must be made. * * @param location name of the function in which the lock is acquired - * @return the key state + * @return the key state, NULL on error (usually pretty fatal) */ struct TEH_KS_StateHandle * TEH_KS_acquire_ (const char *location); -- cgit v1.2.3