Add missing break
authorAlan T. DeKok <aland@freeradius.org>
Sun, 17 Feb 2013 02:35:11 +0000 (21:35 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 17 Feb 2013 15:44:06 +0000 (10:44 -0500)
closes Coverity #982090

src/modules/rlm_rest/rest.c

index 1a1a411..67bd11a 100644 (file)
@@ -1968,6 +1968,7 @@ int rest_request_config(rlm_rest_t *instance, rlm_rest_section_t *section,
                                               CURLOPT_CUSTOMREQUEST,
                                               section->method);
                        if (ret != CURLE_OK) goto error;
+                       break;
 
                default:
                        assert(0);