diff options
Diffstat (limited to 'source3/client/client.c')
-rw-r--r-- | source3/client/client.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/client/client.c b/source3/client/client.c index f5f27474d9..61a123b9e5 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -1751,6 +1751,9 @@ static void browse_fn(const char *name, uint32 m, case STYPE_IPC: fstrcpy(typestr,"IPC"); break; } + /* FIXME: If the remote machine returns non-ascii characters + in any of these fields, they can corrupt the output. We + should remove them. */ d_printf("\t%-15.15s%-10.10s%s\n", name,typestr,comment); } |