dll: printing username and passwd in AddConnection3
This commit is contained in:
parent
04047a9b53
commit
27d764710e
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue