diff --git a/include/server_def.h b/include/server_def.h index 27c8403..52938b0 100644 --- a/include/server_def.h +++ b/include/server_def.h @@ -72,7 +72,7 @@ typedef struct { typedef struct { char *realname; /* real directory name, full path resolved */ IPrange *owner; /* owners of this directory */ - unsigned char protection; /* directory protection flags */ + unsigned int protection; /* directory protection flags */ char *public_password; /* password for file access */ char *owner_password; /* password for owners */ char *readme; /* readme content */