mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
remove typo
This commit is contained in:
parent
95f0a2546b
commit
b2fa572aaf
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ int init_enviroment(void)
|
|||
isle_nr = 0;
|
||||
}
|
||||
|
||||
snprintf(saddr, 15, "192.168.28.%u", isle_nr+2);
|
||||
snprintf(saddr, 16, "192.168.28.%u", isle_nr+2);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue