Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
willamowius committed May 23, 2019
1 parent 4cb981a commit e8e3fbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion RasSrv.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -3385,7 +3385,6 @@ bool AdmissionRequestPDU::Process()
// H.460.22
if (fs.HasFeature(22)) {
EPSupportsH46022 = true;
H460_FeatureStd * std22 = (H460_FeatureStd *)fs.GetFeature(22);
EPSupportsH46022TLS = RequestingEP->UseTLS();
EPSupportsH46022IPSec = RequestingEP->UseIPSec();
}
Expand Down

0 comments on commit e8e3fbf

Please sign in to comment.