Skip to content
Snippets Groups Projects
Commit 03ba057f authored by deuce's avatar deuce
Browse files

Remove bit of IPv6 patch that snuck in.

parent 2f750721
Branches
Tags
No related merge requests found
......@@ -52,7 +52,7 @@ bool sbbs_t::answer()
useron.number=0;
answertime=logontime=starttime=now=time(NULL);
/* Caller ID is IP address */
SAFECOPY(cid,client_ipaddr);
SAFECOPY(cid,inet_ntoa(client_addr.sin_addr));
memset(&tm,0,sizeof(tm));
localtime_r(&now,&tm);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment