VirtualBox

Ignore:
Timestamp:
Jan 24, 2023 3:32:43 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
155493
Message:

Main/src-server: rc -> hrc/vrc (partial). bugref:10223

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/darwin/HostDnsServiceDarwin.cpp

    r98103 r98288  
    9090        return E_OUTOFMEMORY;
    9191
    92     int rc = RTSemEventCreate(&m->m_evtStop);
    93     AssertRCReturn(rc, E_FAIL);
     92    int vrc = RTSemEventCreate(&m->m_evtStop);
     93    AssertRCReturn(vrc, E_FAIL);
    9494
    9595    CFRunLoopSourceContext sctx;
     
    158158
    159159    /* Trigger initial update. */
    160     int rc = updateInfo();
    161     AssertRC(rc); /* Not fatal in release builds. */  /** @todo r=bird: The function always returns VINF_SUCCESS. */
     160    int vrc = updateInfo();
     161    AssertRC(vrc); /* Not fatal in release builds. */  /** @todo r=bird: The function always returns VINF_SUCCESS. */
    162162
    163163    while (!ASMAtomicReadBool(&m->m_fStop))
Note: See TracChangeset for help on using the changeset viewer.

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