smtp test fix with getopts;

This commit is contained in:
Alexander Vdolainen 2021-04-06 02:24:20 +03:00
parent 5e009b70d3
commit 109d071fed

View File

@ -84,7 +84,7 @@ int main(int argc, char **argv)
{NULL, 0, NULL, 0},
};
if((opt = getopt_long(argc, argv, "hH:p:u:P:e:v", long_options,
if((opt = getopt_long(argc, argv, "hH:p:u:e:v", long_options,
&option_index)) == -1) break;
switch(opt) {
case 'h':