[SHELL32]
authorPierre Schweitzer <pierre@reactos.org>
Fri, 30 Dec 2016 20:33:40 +0000 (20:33 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Fri, 30 Dec 2016 20:33:40 +0000 (20:33 +0000)
Revert r72888 (aka, remove a hack :-)).
This is no longer required thanks to r73489.

ROSAPPS-303
CORE-11757

svn path=/trunk/; revision=73490

reactos/dll/win32/shell32/folders/CNetFolder.cpp

index fa9477a..9f7d016 100644 (file)
@@ -39,8 +39,6 @@ LPITEMIDLIST ILCreateFromNetworkPlaceW(LPCWSTR lpNetworkPlace)
     wcscpy((WCHAR*)&pidl->mkid.abID[0], lpNetworkPlace);
     *(WORD*)((char*)pidl + cbData) = 0;
 
     wcscpy((WCHAR*)&pidl->mkid.abID[0], lpNetworkPlace);
     *(WORD*)((char*)pidl + cbData) = 0;
 
-    WNetAddConnectionW(lpNetworkPlace, NULL, NULL);
-
     return pidl;
 }
 #endif
     return pidl;
 }
 #endif