mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-07 21:04:37 +00:00
Remove left over record code. Squelch compile warnings
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user