r76: Don't free the auth_file; it's never malloc()'ed
authoryoe <yoe>
Sat, 24 Jul 2004 08:41:39 +0000 (08:41 +0000)
committeryoe <yoe>
Sat, 24 Jul 2004 08:41:39 +0000 (08:41 +0000)
nbd-server.c

index 58050bc..ed2ed48 100644 (file)
@@ -310,7 +310,6 @@ void cmdline(int argc, char *argv[])
                        case 'c': flags |=F_COPYONWRITE;
                                break;
                        case 'l':
-                               free(auth_file);
                                if (i+1<argc) {
                                        auth_file=argv[++i];
                                } else {