Commit 5d4b426a authored by Nick Mathewson's avatar Nick Mathewson 🦞
Browse files

r13103@catbus: nickm | 2007-05-31 14:40:18 -0400

 Fix patch r10411; fix from robert hogan.


svn:r10422
parent 77502ac8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2326,7 +2326,7 @@ ensure_bandwidth_cap(uint64_t *value, const char *desc, char **msg)
{
  int r;
  char buf[1024];
  if (*value == ROUTER_MAX_DECLARED_BANDWIDTH) {
  if (*value > ROUTER_MAX_DECLARED_BANDWIDTH) {
    /* This handles an understandable special case where somebody says "2gb"
     * whereas our actual maximum is 2gb-1 (INT_MAX) */
    --*value;