﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
239	Plugin documentation: error in description to enable debug logging	asavage		"In this file:
ftp://ftp.netlabs.org/pub/samba/client/ndpsmb-2_2_0-beta3-20131004.zip

In README.TXT

     5. Debugging

     To produce a logfile please add an empty file 
     called ndpsmb.dbg into the root drive.""

However, client\src\debug.c

        strncat(debugfile, getenv(""ETC""), 2);
        strncat(debugfile, ""\\"", sizeof(debugfile) - strlen(debugfile)
-1);
        strncat(debugfile, ""ndpsmb.dbg"", sizeof(debugfile) -
strlen(debugfile) -1);
        // is the file around? if not we have no debug
        if (stat(debugfile, &filestat) !=0)
           return;

Translating to English, the code is looking in %ETC for ndpsmb.dbg, not the ""root drive"".
"	defect	closed	minor	Netdrive plugin 2.2.x	Samba Client Plugin		invalid		
