* fhandler_netdrive.cc (fhandler_netdrive::readdir): Remove useless
alloca.
This commit is contained in:
parent
b31ca33dcc
commit
f84aaff222
@ -1,3 +1,8 @@
|
||||
2009-07-15 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* fhandler_netdrive.cc (fhandler_netdrive::readdir): Remove useless
|
||||
alloca.
|
||||
|
||||
2009-07-15 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* path.cc (cwdstuff::set): Only fix up UNC path in win32 so as not
|
||||
|
@ -221,7 +221,6 @@ fhandler_netdrive::readdir (DIR *dir, dirent *de)
|
||||
|
||||
nr.lpRemoteName = namebuf;
|
||||
nr.dwType = RESOURCETYPE_DISK;
|
||||
nro = (NETRESOURCE *) alloca (4096);
|
||||
nh = (struct net_hdls *) ccalloc (HEAP_FHANDLER, 1, sizeof *nh);
|
||||
ret = create_thread_and_wait (len == 2 ? GET_RESOURCE_OPENENUMTOP
|
||||
: GET_RESOURCE_OPENENUM,
|
||||
|
Loading…
Reference in New Issue
Block a user