mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
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:
parent
4a3586bba5
commit
f90cd5bfc0
@ -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
|
||||
|
@ -1310,6 +1310,7 @@ get_pf_socket(void)
|
||||
}
|
||||
|
||||
pf_socket = pf;
|
||||
return pf_socket;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user