Skip to content

Commit

Permalink
vty: remove debugging setting
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
  • Loading branch information
fabbione committed Oct 27, 2010
1 parent a5d4303 commit a1846e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vty.c
Expand Up @@ -47,7 +47,7 @@ static void *vty_accept_thread(void *arg)
err = addrtostr((struct sockaddr *)&vty->src_sa,
vty->src_sa_len,
src_ip);
err = 1;

if (!err)
ip = src_ip[0];

Expand Down

0 comments on commit a1846e3

Please sign in to comment.