I have spent the last week trying to figure out why the command smbclient -L win98server
kept crapping out. After grepping through the source code, I figured out the error was in gethostbyname(I think). The solution to this problem is running the command smbclient -L win98server -R bcast instead. But that still leaves it to the next person to figure this all out, and that is not really a good solution. smbclient -L win98server should be a workable command. How do I go about reporting this error? I would also not mind taking the time to reprogram the code to fix this one bug, since it took me a week of frustration to find it. -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
