Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
be41be89
Commit
be41be89
authored
Mar 08, 2013
by
Jeremy C. Reed
Browse files
[master] fix typo in a message ID
because it is a message ID, add a changelog entry too. (reviewed via jabber)
parent
fb2e8b3a
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
be41be89
587. [bug]* jreed
b10-xfrout: Log message id XFROUT_QUERY_QUOTA_EXCCEEDED
changed to XFROUT_QUERY_QUOTA_EXCEEDED.
(git ...)
586. [func] marcin
libdhcp++: Removed unnecesary calls to the function which
validates option definitions used to create instances of options
...
...
src/bin/xfrout/xfrout.py.in
View file @
be41be89
...
...
@@ -502,7 +502,7 @@ class XfroutSession():
return self._reply_query_with_error_rcode(msg, sock_fd,
Rcode.FORMERR)
elif not quota_ok:
logger.warn(XFROUT_QUERY_QUOTA_EXC
C
EEDED, self._request_typestr,
logger.warn(XFROUT_QUERY_QUOTA_EXCEEDED, self._request_typestr,
format_addrinfo(self._remote),
self._server._max_transfers_out)
return self._reply_query_with_error_rcode(msg, sock_fd,
...
...
src/bin/xfrout/xfrout_messages.mes
View file @
be41be89
...
...
@@ -131,7 +131,7 @@ given host. This is required by the ACLs. The %2 represents the IP
address and port of the peer requesting the transfer, and the %3
represents the zone name and class.
% XFROUT_QUERY_QUOTA_EXC
C
EEDED %1 client %2: request denied due to quota (%3)
% XFROUT_QUERY_QUOTA_EXCEEDED %1 client %2: request denied due to quota (%3)
The xfr request was rejected because the server was already handling
the maximum number of allowable transfers as specified in the transfers_out
configuration parameter, which is also shown in the log message. The
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment