Przeglądaj źródła

Fixed a typo

Comment for the ssl_logging parameter had '0x10 (26)' and it
should have been '0x10 (16)'.
John C. Frickson 9 lat temu
rodzic
commit
f560aabc9a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      sample-config/nrpe.cfg.in

+ 1 - 1
sample-config/nrpe.cfg.in

@@ -238,7 +238,7 @@ connection_timeout=300
 #         0x02 (2)  = Log remote IP address
 #         0x04 (4)  = Log SSL/TLS version of connections
 #         0x08 (8)  = Log which cipher is being used for the connection
-#         0x10 (26) = Log if client has a certificate
+#         0x10 (16) = Log if client has a certificate
 #         0x20 (32) = Log details of client's certificate if it has one
 #         -1 or 0xff or 0x2f = All of the above