1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r5979: Don't crash when talking to a Win98 server (bugid #2530 - not a fix

buy just prevent the crash).
Jeremy.
This commit is contained in:
Jeremy Allison 2005-03-22 23:18:41 +00:00 committed by Gerald (Jerry) Carter
parent 08616ad80d
commit 9d5ef800b6

View File

@ -219,6 +219,7 @@ static int do_dskattr(void)
if ( !cli_resolve_path( "", cli, cur_dir, &targetcli, targetpath ) ) {
d_printf("Error in dskattr: %s\n", cli_errstr(cli));
return 1;
}
if (!cli_dskattr(targetcli, &bsize, &total, &avail)) {