Parcourir la source

[trac505] Split long line

Michal 'vorner' Vaner il y a 14 ans
Parent
commit
e7251d0c58
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/bin/auth/query.cc

+ 2 - 2
src/bin/auth/query.cc

@@ -177,8 +177,8 @@ Query::process() const {
                     break;
                 }
                 /*
-                 * In case the synthetized name is too long, section 4.1 of RFC 2672
-                 * mandates we return YXDOMAIN.
+                 * In case the synthetized name is too long, section 4.1 of RFC
+                 * 2672 mandates we return YXDOMAIN.
                  */
                 catch (const isc::dns::TooLongName&) {
                     response_.setRcode(Rcode::YXDOMAIN());