diff options
author | 2016-02-14 15:11:10 +0000 | |
---|---|---|
committer | 2016-02-14 15:11:10 +0000 | |
commit | bb86dd2cf87a06cc3dce4c1c342fa6804e584ffd (patch) | |
tree | fd1274b521bdd806daf62331670b293150b6e5eb /usr.bin/ssh/ssh-agent.c | |
parent | sync (diff) | |
download | wireguard-openbsd-bb86dd2cf87a06cc3dce4c1c342fa6804e584ffd.tar.xz wireguard-openbsd-bb86dd2cf87a06cc3dce4c1c342fa6804e584ffd.zip |
Simplify address parsing code by only using inet_net_pton(3).
There's no need to have a separate case for non-CIDR addresses using
inet_pton(3) as inet_net_pton(3) handles them as well.
This simplification is valid for all our daemons parsing addresses,
it is a common patern.
ok gilles@, millert@, jung@
Diffstat (limited to 'usr.bin/ssh/ssh-agent.c')
0 files changed, 0 insertions, 0 deletions