Skip to content
Snippets Groups Projects
Commit bca8e220 authored by rswindell's avatar rswindell
Browse files

White-space at end of ident response is now trimmed.

parent df9f94db
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,7 @@ char* identify(SOCKADDR_IN* client_addr, u_short local_port, char* buf, size_t m
break;
}
buf[rd]=0;
truncsp(buf);
identity=buf;
} while(0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment