mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-08 00:00:21 +01:00
Fix GetExtendedTcpTable crash on vista sp0.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=77008 Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
This commit is contained in:
parent
7afacaf653
commit
bf79b97f87
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ static dbus_pid_t
|
|||
get_pid_from_extended_tcp_table(int peer_port)
|
||||
{
|
||||
dbus_pid_t result;
|
||||
DWORD errorCode, size, i;
|
||||
DWORD errorCode, size = 0, i;
|
||||
MIB_TCPTABLE_OWNER_PID *tcp_table;
|
||||
|
||||
if ((errorCode =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue