Reset OLR extension to 0 for the first BW download of the day.

This commit is contained in:
Andrew Leary
2017-01-19 12:07:15 -05:00
parent 330ca5153f
commit 11575f11c6
4 changed files with 16 additions and 5 deletions

View File

@@ -151,6 +151,7 @@ struct userrec {
char Password[Max_passlen+1];/* Plain password */
int Charset; /* Character set */
int OLRext; /* OLR extension counter */
time_t OLRlast; /* OLR last download */
};