Henrik, I coulda sworn that gave me a compile error about it not being a member. Will give it a whirl today. Thanks!
-- Joe On Mon, 22 Nov 2004, Henrik Nordstrom wrote: > > > On Sun, 21 Nov 2004, Joe Coco wrote: > > > Problem is where I'm calling is within ClientAccessCheckDone(int answer, > > void *data), from client_side.c so it doesn't have the full request-> > > struct. > > ClientAccessCheckDone has the full request struct. It's in http->request. > So the client IP can be found in > > http->request->client_addr > > Regards > Henrik >
