Hi,

I noticed a typo in a comment which is easy to understand correctly but makes it technically incorrect:


+            /* commands on the control channel are seperated by \0x00 bytes.
+             * cmdlen does not include the 0 byte of the string */
Here I think \0x00 should be \x00 (or \000 or some other way to write the NUL byte).


_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to