mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
fixed allinfo bug reported by metze
(This used to be commit 0b7e5d6353837b24a3588ddd62e793b025432f10)
This commit is contained in:
parent
89f55d36f3
commit
e08eee4db0
@ -1646,7 +1646,7 @@ static int cmd_allinfo(void)
|
||||
pstrcpy(fname,cur_dir);
|
||||
|
||||
if (!next_token_nr(NULL,buf,NULL,sizeof(buf))) {
|
||||
d_printf("deltree <dirname>\n");
|
||||
d_printf("allinfo <filename>\n");
|
||||
return 1;
|
||||
}
|
||||
pstrcat(fname,buf);
|
||||
|
Loading…
x
Reference in New Issue
Block a user