X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Finclude%2Fexportfs.h;h=a491b1a5a609d693d94def785a4241b1a6f877db;hp=431b5ce7701c0036668d8a61b31367f7b654c44f;hb=1cecd88106230fc9a8c3527bcdf4195150e9ad64;hpb=1992a667c49cdd83ff7d7414a07225fcf34f0ad2 diff --git a/support/include/exportfs.h b/support/include/exportfs.h index 431b5ce..a491b1a 100644 --- a/support/include/exportfs.h +++ b/support/include/exportfs.h @@ -32,7 +32,7 @@ enum { typedef struct mclient { struct mclient * m_next; - char m_hostname[NFSCLNT_IDMAX+1]; + char * m_hostname; int m_type; int m_naddr; struct in_addr m_addrlist[NFSCLNT_ADDRMAX];