afp - initialize backup_date.

This commit is contained in:
Kelvin Sherlock 2017-01-21 15:08:27 -05:00
parent 3697b86ffd
commit 80c2e4f2d4
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ void init_afp_info(AFP_Info &info) {
memset(&info, 0, sizeof(info));
info.magic = 0x00504641;
info.version = 0x00010000;
info.backup_date = 0x80000000;
}
#endif