Skip to content
Snippets Groups Projects
Commit f90cd5bf authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

r9853@Kushana: nickm | 2006-12-04 00:02:03 -0500

 Patch from Fabian Keil: Fix return statement in get_pf_socket()


svn:r9020
parent 4a3586bb
No related branches found
No related tags found
No related merge requests found
Changes in version 0.1.2.5-xxxx - 200?-??-??
o Minor bugfixes;
- Fix a bug when a PF socket is first used. (Patch from Fabian
Keil)
Changes in version 0.1.2.4-alpha - 2006-12-03
o Major features:
- Add support for using natd; this allows FreeBSDs earlier than
......
......@@ -1310,6 +1310,7 @@ get_pf_socket(void)
}
pf_socket = pf;
return pf_socket;
}
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment