m_sasl: move some struct members around for sasl-reauth

This commit is contained in:
William Pitcock 2015-02-16 15:39:36 -06:00
parent 3a48406b55
commit c6bc97fdcd
2 changed files with 26 additions and 20 deletions

View file

@ -283,6 +283,10 @@ struct LocalUser
struct ev_entry *event; /* used for associated events */
struct PrivilegeSet *privset; /* privset... */
char sasl_agent[IDLEN];
unsigned char sasl_out;
unsigned char sasl_complete;
};
struct PreClient
@ -291,10 +295,6 @@ struct PreClient
char spoofuser[USERLEN + 1];
char spoofhost[HOSTLEN + 1];
char sasl_agent[IDLEN];
unsigned char sasl_out;
unsigned char sasl_complete;
rb_dlink_list dnsbl_queries; /* list of struct BlacklistClient * */
struct Blacklist *dnsbl_listed; /* first dnsbl where it's listed */