dll: printing username and passwd in AddConnection3

This commit is contained in:
Casey Bodley 2010-10-12 09:54:43 -04:00
parent 04047a9b53
commit 27d764710e

View file

@ -427,6 +427,7 @@ NPAddConnection3(
DbgP(( L"[aglo] NPAddConnection3('%s', '%s')\n", DbgP(( L"[aglo] NPAddConnection3('%s', '%s')\n",
lpNetResource->lpLocalName, lpNetResource->lpRemoteName )); lpNetResource->lpLocalName, lpNetResource->lpRemoteName ));
DbgP(( L"[aglo] username = '%s', passwd = '%s'\n", lpUserName, lpPassword));
Status = InitializeConnectionInfo(&Connection, Status = InitializeConnectionInfo(&Connection,
(PMOUNT_OPTION_BUFFER)lpNetResource->lpComment, (PMOUNT_OPTION_BUFFER)lpNetResource->lpComment,