2 Aug
2007
2 Aug
'07
5:12 p.m.
For v1.1, probably applies to v1.0 code pretty easily too:
http://hg.dovecot.org/dovecot/rev/078d9dde99c8
The other rquota patches had authunix_create_default() call. Is this needed/useful?
The client is now always created+destroyed for each quota lookup. I'd think it would be faster if it was created only once, but does it then break something?
If the above isn't done, clnt_create() could be replaced with clntudp_create() and have the struct sockaddr_in cached. Patches welcome. :)