The "acfcomp" field is not in the structure anymore. There may be a better
way to do that but it fixes buildworld. World broken by: archie :-)
This commit is contained in:
parent
2045179917
commit
e8ef6b2d7a
@ -337,7 +337,6 @@ case NGM_ASYNC_COOKIE:
|
||||
if (!resp ^ (cmd != NGM_ASYNC_CMD_GET_CONFIG))
|
||||
return;
|
||||
NGLOGX(" enabled %s", ac->enabled ? "YES" : "NO");
|
||||
NGLOGX(" acfcomp %s", ac->acfcomp ? "YES" : "NO");
|
||||
NGLOGX(" Async MRU %u", ac->amru);
|
||||
NGLOGX(" Sync MRU %u", ac->smru);
|
||||
NGLOGX(" ACCM 0x%08x", ac->accm);
|
||||
|
Loading…
Reference in New Issue
Block a user