mirror of
https://github.com/PDP-10/klh10.git
synced 2026-04-09 22:38:55 +00:00
Avoid using uninitialized 'pname' in 'pfopen()'
This commit is contained in:
@@ -1718,7 +1718,6 @@ pfopen(char *basename, struct tuntap_context *tt_ctx, struct osnpf *osnpf)
|
||||
};
|
||||
|
||||
tt_ctx->my_tap = TRUE;
|
||||
|
||||
return fd; /* Success! */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user