mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
examples/fuse/smb2mount: fix compiler warning on ubuntu20.04 with -O3
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
d052968260
commit
cc6102915b
@ -115,7 +115,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
share = strchr_m(server,'\\');
|
||||
if (!share) {
|
||||
fprintf(stderr, "Invalid argument: %s\n", share);
|
||||
fprintf(stderr, "Invalid argument: %s\n", server);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user