Ignore status information if the interface number is unknown.
Currently only version 1 is recognized.
Change-Id: I02618ef81e42ad5b6ef903e2f25598dfb7053ca4
Reviewed-on: http://gerrit.openafs.org/7743
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
}
#endif /* AFS_FREELANCE_CLIENT */
+ if (statusp->InterfaceVersion != 0x1) {
+ osi_Log2(afsd_logp, "Merge, Failure scp 0x%p Invalid InterfaceVersion %u",
+ scp, statusp->InterfaceVersion);
+ return;
+ }
+
if (statusp->errorCode != 0) {
switch (statusp->errorCode) {
case EACCES: