1
0
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:
Stefan Metzmacher 2021-02-03 17:55:14 +01:00
parent d052968260
commit cc6102915b

View File

@ -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;
}