diff options
Diffstat (limited to 'os/connection.c')
-rw-r--r-- | os/connection.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/connection.c b/os/connection.c index 7465e7eff..930d38528 100644 --- a/os/connection.c +++ b/os/connection.c @@ -45,7 +45,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************/ -/* $XFree86: xc/programs/Xserver/os/connection.c,v 3.65 2003/10/30 21:21:10 herrb Exp $ */ +/* $XFree86: xc/programs/Xserver/os/connection.c,v 3.64 2003/10/07 22:50:42 herrb Exp $ */ /***************************************************************** * Stuff to create connections --- OS dependent * @@ -661,7 +661,7 @@ ClientAuthorized(ClientPtr client, #ifdef LBX !trans_conn || #endif - InvalidHost ((struct sockaddr *) from, fromlen)) + InvalidHost ((struct sockaddr *) from, fromlen, client)) AuthAudit(client, FALSE, (struct sockaddr *) from, fromlen, proto_n, auth_proto, auth_id); else |