From dbb537badf9b08dadf6e842412cb54ba15249025 Mon Sep 17 00:00:00 2001 From: Valery Yatsko Date: Wed, 2 Apr 2008 13:55:17 +0400 Subject: [PATCH] 'lip' added in LocalUser struct --- include/client.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/client.h b/include/client.h index b8ab1c1..70366ab 100644 --- a/include/client.h +++ b/include/client.h @@ -296,6 +296,8 @@ struct LocalUser char *mangledhost; /* non-NULL if host mangling module loaded and applicable to this client */ + + struct rb_sockaddr_storage *lip; /* alloc before auth/freed after auth */ }; struct PreClient