mirror of
https://github.com/samba-team/samba.git
synced 2025-08-09 17:49:29 +03:00
Fix error message for new allinfo command.
Jeremy.
This commit is contained in:
@ -1600,7 +1600,7 @@ static int cmd_allinfo(void)
|
||||
}
|
||||
|
||||
if (!next_token_talloc(ctx, &cmd_ptr, &buf, NULL)) {
|
||||
d_printf("altname <file>\n");
|
||||
d_printf("allinfo <file>\n");
|
||||
return 1;
|
||||
}
|
||||
name = talloc_asprintf_append(name, buf);
|
||||
|
Reference in New Issue
Block a user