mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
12820d2225
commit
9cd681148d
@ -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…
x
Reference in New Issue
Block a user