mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
Move iptables update to epp session update
This commit is contained in:
parent
dcfafdc2d7
commit
e1dfbe3a67
2 changed files with 2 additions and 2 deletions
|
@ -37,6 +37,7 @@ class EppController < ApplicationController
|
|||
end
|
||||
|
||||
def update_epp_session
|
||||
iptables_counter_update
|
||||
e_s = epp_session
|
||||
return if e_s.new_record?
|
||||
|
||||
|
@ -98,7 +99,6 @@ class EppController < ApplicationController
|
|||
@response = render_to_string(*args)
|
||||
render xml: @response
|
||||
write_to_epp_log
|
||||
iptables_counter_update
|
||||
end
|
||||
|
||||
# VALIDATION
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue