On 02/13/2011 07:53 AM, Aljoscha Vollmerhaus wrote:
> Only message in freerdp output that looks related is this:
>
> disk_query_directory: invalid info class

Sorry I missed that part. It seems there's an unimplemented feature only 
happen with win2008r2. Please change the line like this and recompile to 
get what exactly is the info class: in channels/rdpdr/disk/disk_main.c, 
disk_query_directory() function, change:

   LLOGLN(0, ("disk_query_directory: invalid info class"));

to

   LLOGLN(0, ("disk_query_directory: invalid info class %d", 
irp->infoClass));

Vic


------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Freerdp-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to