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:
parent
08616ad80d
commit
9d5ef800b6
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user