From: Derrick Brashear Date: Thu, 24 Feb 2005 04:46:39 +0000 (+0000) Subject: STABLE14-fix-uae-20050223 X-Git-Tag: openafs-devel-1_3_80~40 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=700206ec407e69ccd1fe50354733b0951127a2b3;p=packages%2Fo%2Fopenafs.git STABLE14-fix-uae-20050223 make uae flag not secretly overflow hostFlags (cherry picked from commit 0801ce99b717954c9748c9170ebde4dacd98ac63) --- diff --git a/src/viced/host.h b/src/viced/host.h index 598b0ae96..4bc00d39f 100644 --- a/src/viced/host.h +++ b/src/viced/host.h @@ -66,7 +66,7 @@ struct host { * byte order */ unsigned short port; /* port address of host */ char Console; /* XXXX This host is a console */ - char hostFlags; /* bit map */ + unsigned short hostFlags; /* bit map */ #if FS_STATS_DETAILED char InSameNetwork; /*Is host's addr in the same network as * the File Server's? */