Changeset 34559 in vbox for trunk/src/VBox/Main/ConsoleVRDPServer.cpp
- Timestamp:
- Dec 1, 2010 11:04:48 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleVRDPServer.cpp
r34558 r34559 1580 1580 Assert(mAuthLibrary && (mpfnAuthEntry || mpfnAuthEntry2 || mpfnAuthEntry3)); 1581 1581 1582 AuthResult result ;1582 AuthResult result = AuthResultAccessDenied; 1583 1583 if (mpfnAuthEntry3) 1584 1584 {
Note:
See TracChangeset
for help on using the changeset viewer.