Remove some code that snuck in by accident.
Submitted by: Mohan Srinivasan
This commit is contained in:
parent
38541e0962
commit
2b9aae1b7a
@ -983,13 +983,8 @@ syncache_add(inc, to, th, sop, m)
|
||||
* XXX Currently we always record the option by default and will
|
||||
* attempt to use it in syncache_respond().
|
||||
*/
|
||||
#if 1
|
||||
if (tp->t_flags & TF_SIGNATURE)
|
||||
sc->sc_flags |= SCF_SIGNATURE;
|
||||
#else
|
||||
if (to->to_flags & TOF_SIGNATURE)
|
||||
sc->sc_flags = SCF_SIGNATURE;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
if (to->to_flags & TOF_SACK)
|
||||
|
Loading…
x
Reference in New Issue
Block a user