]> git.ipfire.org Git - thirdparty/lldpd.git/commit
lldpcli: fix readline() wrapper to take prompt as argument
authorVincent Bernat <bernat@luffy.cx>
Thu, 20 Feb 2014 20:57:29 +0000 (21:57 +0100)
committerVincent Bernat <bernat@luffy.cx>
Thu, 20 Feb 2014 20:57:29 +0000 (21:57 +0100)
commit02987888adc8575cd8efa103fe901de69224f4b4
treebf885bdfaf273313b5230d11c2727f788e5c0997
parentfe8f9650079c8c349ab57452bd9f95b8dca499b8
lldpcli: fix readline() wrapper to take prompt as argument

`readline()` is expecting the prompt as argument. We fix the wrapper to
have the same requirement.
src/client/lldpcli.c