libtelnet - Fix improper statement construction (not a bug in the binary)
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 11 Apr 2017 05:19:30 +0000 (22:19 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 11 Apr 2017 05:19:30 +0000 (22:19 -0700)
commit451712d95f7169ade5c59b7be40b304141ae2c51
tree1fa1d1d4160c29092851c1945e0b9e5361b01de7
parent037fe73a8ffbbc197aee503beeae9ac282bce088
libtelnet - Fix improper statement construction (not a bug in the binary)

* libstand hammer1.c - remove extra format element in debugging printf.
  This code is not compiled by the build anyway.

* Fix statement construction in rsaencpwd.c.  The prior code generated
  the desired result (incrementing the ptr), but there was an extra
  ineffective indirection.  Removed the ineffective indirection.

Dragonfly-bugs: 3010 (dcb)
lib/libstand/hammer1.c
lib/libtelnet/rsaencpwd.c