From: Thomas Markwalder Date: Tue, 30 Mar 2021 17:43:25 +0000 (-0400) Subject: [#1732] Fix sphinx doc build error X-Git-Tag: Kea-1.9.7~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee4286fad542c0295b2a3c4ae8b9d2d1d10e81ea;p=thirdparty%2Fkea.git [#1732] Fix sphinx doc build error src/lib/http/http_messages.mes Changed "current_transid_" to "current_transid". Apparently the trailing underscore made it a RST target name. --- diff --git a/src/lib/http/http_messages.mes b/src/lib/http/http_messages.mes index c779276230..d90cf03c4e 100644 --- a/src/lib/http/http_messages.mes +++ b/src/lib/http/http_messages.mes @@ -133,7 +133,7 @@ produced the data. This debug message is issued when the persistent HTTP connection is being closed as a result of being idle. -% HTTP_PREMATURE_CONNECTION_TIMEOUT_OCCURRED premature connection timeout occurred: in transaction ? %1, transid: %2, current_transid_: %3 +% HTTP_PREMATURE_CONNECTION_TIMEOUT_OCCURRED premature connection timeout occurred: in transaction ? %1, transid: %2, current_transid: %3 This warning message is issued when unexpected timeout occurred during the transaction. This is proven to occur when the system clock is moved manually or as a result of synchronization with a time server. Any ongoing transactions