1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00

jcmd really should run with a higher compiler warning level more often :-).

Jeremy.
(This used to be commit 0ac3af1a27b8f1b9935bbcb6f3ec0b11d01bfcbd)
This commit is contained in:
Jeremy Allison 2002-11-23 02:51:31 +00:00
parent 211187aede
commit 823f8507cb

View File

@ -758,7 +758,7 @@ static int net_ads_printer_publish(int argc, const char **argv)
if (argc < 1)
return net_ads_printer_usage(argc, argv);
if (argc = 2)
if (argc == 2)
servername = argv[1];
else
servername = global_myname();