Skip to content

Commit

Permalink
Revert "run-time assertions are only good for debugging"
Browse files Browse the repository at this point in the history
This reverts commit a69f73a.
  • Loading branch information
arr2036 committed Sep 7, 2016
1 parent f80611d commit 7fabd08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/rlm_rest/rest.c
Expand Up @@ -2048,8 +2048,8 @@ int rest_request_config(rlm_rest_t const *instance, rlm_rest_section_t *section,
break;

default:
RERROR("Using unknown HTTP method %d", method);
return -1;
rad_assert(0);
break;
};

/*
Expand Down

0 comments on commit 7fabd08

Please sign in to comment.