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:
parent
22b65518c5
commit
23477d7c9a
@ -1718,7 +1718,6 @@ pfopen(char *basename, struct tuntap_context *tt_ctx, struct osnpf *osnpf)
|
|||||||
};
|
};
|
||||||
|
|
||||||
tt_ctx->my_tap = TRUE;
|
tt_ctx->my_tap = TRUE;
|
||||||
|
|
||||||
return fd; /* Success! */
|
return fd; /* Success! */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user