mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3:utils/net_afs fix compiler warnings
This commit is contained in:
parent
ffbecc0cf6
commit
9779af85d6
@ -37,7 +37,7 @@ int net_afs_key(struct net_context *c, int argc, const char **argv)
|
||||
struct afs_keyfile keyfile;
|
||||
|
||||
if (argc != 2) {
|
||||
d_printf(_("Usage:")," net afs key <keyfile> cell\n");
|
||||
d_printf("%s net afs key <keyfile> cell\n", _("Usage:"));
|
||||
return -1;
|
||||
}
|
||||
|
||||
@ -72,7 +72,8 @@ int net_afs_impersonate(struct net_context *c, int argc,
|
||||
char *token;
|
||||
|
||||
if (argc != 2) {
|
||||
fprintf(stderr, _("Usage:")," net afs impersonate <user> <cell>\n");
|
||||
d_fprintf(stderr, "%s net afs impersonate <user> <cell>\n",
|
||||
_("Usage:"));
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user