From: Michal 'vorner' Vaner Date: Fri, 22 Feb 2013 10:07:34 +0000 (+0100) Subject: [2768] Add missing protocol constant X-Git-Tag: bind10-1.1.0beta1-release~50^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e589380dcc531fb2c3d8bf87e0e2fed8ba09270f;p=thirdparty%2Fkea.git [2768] Add missing protocol constant --- diff --git a/src/lib/cc/proto_defs.cc b/src/lib/cc/proto_defs.cc index 24d965005f..72ca41b3ba 100644 --- a/src/lib/cc/proto_defs.cc +++ b/src/lib/cc/proto_defs.cc @@ -39,6 +39,7 @@ const char* const CC_TO_WILDCARD = "*"; const char* const CC_INSTANCE_WILDCARD = "*"; // Reply codes const int CC_REPLY_NO_RECPT = -1; +const int CC_REPLY_SUCCESS = 0; } }