Remove left over record code. Squelch compile warnings

This commit is contained in:
Joel Martin
2010-11-06 10:53:32 -05:00
parent f61274c827
commit e70f1d947e
3 changed files with 4 additions and 8 deletions

View File

@@ -273,13 +273,6 @@ int main(int argc, char *argv[])
case 'f':
foreground = 1;
break;
case 'r':
if ((fd = open(optarg, O_CREAT,
S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)) < -1) {
usage("Could not access %s\n", optarg);
}
close(fd);
break;
case 'c':
settings.cert = realpath(optarg, NULL);
if (! settings.cert) {