smtp test fix with getopts;
This commit is contained in:
parent
5e009b70d3
commit
109d071fed
@ -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':
|
||||
|
Loading…
x
Reference in New Issue
Block a user