From: Marcin Siodelski Date: Mon, 3 Apr 2017 16:14:27 +0000 (+0200) Subject: [5175] Remove spurious whitespace. X-Git-Tag: trac5196_base~9^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab8a956b35a817bf5d783d7dd246336173961db0;p=thirdparty%2Fkea.git [5175] Remove spurious whitespace. --- diff --git a/src/bin/agent/agent.dox b/src/bin/agent/agent.dox index 446a65b853..9e1f69d471 100644 --- a/src/bin/agent/agent.dox +++ b/src/bin/agent/agent.dox @@ -31,7 +31,7 @@ with hooks libraries attached. The hooks libraries must implement callouts for the "control_command_receive" hook point, which will be invoked by the CA when the command is received. If the hooks libraries set the 'skip' status, it is an indication to the CA that the command -has been processed by the CA and that it should return the response created +has been processed by the CA and that it should return the response created by the hooks libraries to the client. An example of the hooks library attached to the CA and handling the commands for other services is a library which stores or retrieves some data from the SQL database.