Forget oldSSL cert after first cleanup

This commit is contained in:
Prashanth Balasubramanian 2016-06-02 10:30:13 -07:00
parent 9abd4e0ea6
commit 3bed62f51e
2 changed files with 2 additions and 0 deletions

View file

@ -344,6 +344,7 @@ func (l *L7) deleteOldSSLCert() (err error) {
return err
}
}
l.oldSSLCert = nil
return nil
}