From: Arran Cudbard-Bell Date: Sun, 22 May 2016 14:11:06 +0000 (-0400) Subject: Formatting X-Git-Tag: branch_3_1_x~340 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac3549ba864d8cf2a2393a4fa35f6de92bb12c9a;p=thirdparty%2Ffreeradius-server.git Formatting --- diff --git a/src/main/tls/ocsp.c b/src/main/tls/ocsp.c index 292b99f342f..4996ca4ef02 100644 --- a/src/main/tls/ocsp.c +++ b/src/main/tls/ocsp.c @@ -700,7 +700,7 @@ finish: } if (conf->cache_server) switch (tls_cache_process(request, conf->cache_server, - CACHE_ACTION_OCSP_WRITE)) { + CACHE_ACTION_OCSP_WRITE)) { case RLM_MODULE_OK: case RLM_MODULE_UPDATED: break;