]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2768] Add missing protocol constant
authorMichal 'vorner' Vaner <michal.vaner@nic.cz>
Fri, 22 Feb 2013 10:07:34 +0000 (11:07 +0100)
committerMichal 'vorner' Vaner <michal.vaner@nic.cz>
Fri, 22 Feb 2013 10:07:34 +0000 (11:07 +0100)
src/lib/cc/proto_defs.cc

index 24d965005fc7b2c6fe68006683c9114c21b5ca56..72ca41b3ba4a2b16cb1c6b7ea7597cd5920ad94d 100644 (file)
@@ -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;
 
 }
 }