mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +00:00
fix mingw build
The commit "f5b4c141" introduced new "force" parameter for "virFDStreamOpenFileInternal" but forget to update one call of that function. Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
e3abf2a4cc
commit
fa82c0f36a
@ -769,7 +769,8 @@ int virFDStreamOpenPTY(virStreamPtr st,
|
||||
{
|
||||
return virFDStreamOpenFileInternal(st, path,
|
||||
offset, length,
|
||||
oflags | O_CREAT, 0);
|
||||
oflags | O_CREAT, 0,
|
||||
false);
|
||||
}
|
||||
#endif /* !HAVE_CFMAKERAW */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user