Commit 0338cbc3 authored by Mike Gabriel's avatar Mike Gabriel

LBX clean-up: Drop forgotten passage in Xserver/os/connection.c.

parent 104307dd
......@@ -534,10 +534,6 @@ AuthAudit (ClientPtr client, Bool letin,
char addr[128];
char *out = addr;
if (!((OsCommPtr)client->osPrivate)->trans_conn) {
strcpy(addr, "LBX proxy at ");
out += strlen(addr);
}
if (!len)
strcpy(out, "local host");
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment