1
0
mirror of https://github.com/PDP-10/klh10.git synced 2026-01-11 23:52:54 +00:00

Avoid using uninitialized 'pname' in 'pfopen()'

This commit is contained in:
H. David Todd (Mac) 2025-12-18 17:13:42 -05:00
parent 22b65518c5
commit 23477d7c9a

View File

@ -1718,7 +1718,6 @@ pfopen(char *basename, struct tuntap_context *tt_ctx, struct osnpf *osnpf)
};
tt_ctx->my_tap = TRUE;
return fd; /* Success! */
}