|
@@ -555,7 +555,7 @@ process_arguments (int argc, char **argv)
|
|
|
# ifdef USE_OPENSSL /* XXX */
|
|
# ifdef USE_OPENSSL /* XXX */
|
|
|
if ((temp=strchr(optarg,','))!=NULL) {
|
|
if ((temp=strchr(optarg,','))!=NULL) {
|
|
|
*temp='\0';
|
|
*temp='\0';
|
|
|
- if (!is_intnonneg (temp))
|
|
|
|
|
|
|
+ if (!is_intnonneg (optarg))
|
|
|
usage2 (_("Invalid certificate expiration period"), optarg); days_till_exp_warn = atoi(optarg);
|
|
usage2 (_("Invalid certificate expiration period"), optarg); days_till_exp_warn = atoi(optarg);
|
|
|
*temp=',';
|
|
*temp=',';
|
|
|
temp++;
|
|
temp++;
|