mountd: Fix compilation error

This commit is contained in:
NADAL Jean-Baptiste
2019-04-16 18:02:45 +02:00
parent 3cdd67a4f2
commit a14e1356d9

View File

@@ -394,7 +394,7 @@ static char* mount_get_serial(char *dev)
{ {
int id; int id;
struct stat buf; struct stat buf;
char tmp3[64]; char tmp3[286];
int ret; int ret;
*t = 0; *t = 0;
id = atoi(namelist[n]->d_name); id = atoi(namelist[n]->d_name);