mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
parent
12820d2225
commit
9cd681148d
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ incomplete:
|
|||
char buf[1024];
|
||||
|
||||
while (!ns->IsEof()) {
|
||||
size_t rc = ns->Read(buf, sizeof(buf));
|
||||
size_t rc = ns->Read(buf, sizeof(buf), true);
|
||||
result += String(buf, buf + rc);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue