VirtualBox

Changeset 49460 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 13, 2013 11:04:46 AM (11 years ago)
Author:
vboxsync
Message:

fixed burn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/linux/HostDnsServiceLinux.cpp

    r49459 r49460  
    167167    AssertComRCReturnRC(hrc);
    168168
    169     rc = RTSemEventCreate(&g_DnsInitEvent);
     169    int rc = RTSemEventCreate(&g_DnsInitEvent);
    170170    AssertRCReturn(rc, E_FAIL);
    171171
    172     int rc = RTThreadCreate(&g_DnsMonitoringThread, HostDnsServiceLinux::hostMonitoringRoutine,
    173                             this, 128 * _1K, RTTHREADTYPE_IO, 0, "dns-monitor");
     172    rc = RTThreadCreate(&g_DnsMonitoringThread, HostDnsServiceLinux::hostMonitoringRoutine,
     173                        this, 128 * _1K, RTTHREADTYPE_IO, 0, "dns-monitor");
    174174    AssertRCReturn(rc, E_FAIL);
    175175
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette