Changeset 33540 in vbox for trunk/src/VBox/Main/DHCPServerImpl.cpp
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67140
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/DHCPServerImpl.cpp
r32780 r33540 235 235 STDMETHODIMP DHCPServer::Start(IN_BSTR aNetworkName, IN_BSTR aTrunkName, IN_BSTR aTrunkType) 236 236 { 237 /* Silently ignore atte pmts to run disabled servers. */237 /* Silently ignore attempts to run disabled servers. */ 238 238 if (!m.enabled) 239 239 return S_OK;
Note:
See TracChangeset
for help on using the changeset viewer.