fixing localdomain_name declaration in acl.c
This commit is contained in:
parent
d69aa27295
commit
77237af0a6
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
||||||
//#define DEBUG_ACLS
|
//#define DEBUG_ACLS
|
||||||
#define ACLLVL 2 /* dprintf level for acl logging */
|
#define ACLLVL 2 /* dprintf level for acl logging */
|
||||||
|
|
||||||
extern char *localdomain_name;
|
extern char localdomain_name[NFS41_HOSTNAME_LEN];
|
||||||
|
|
||||||
static int parse_getacl(unsigned char *buffer, uint32_t length,
|
static int parse_getacl(unsigned char *buffer, uint32_t length,
|
||||||
nfs41_upcall *upcall)
|
nfs41_upcall *upcall)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue