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

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


svn:r9020
This commit is contained in:
Nick Mathewson 2006-12-04 05:09:09 +00:00
parent 4a3586bba5
commit f90cd5bfc0
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -1310,6 +1310,7 @@ get_pf_socket(void)
}
pf_socket = pf;
return pf_socket;
}
#endif