Selaa lähdekoodia

fix merge conflicts

Abhishek Kondur 2 vuotta sitten
vanhempi
commit
3abd04513f
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      controllers/ext_client.go

+ 1 - 0
controllers/ext_client.go

@@ -594,6 +594,7 @@ func deleteExtClient(w http.ResponseWriter, r *http.Request) {
 				mq.PublishFwUpdate(ingressHost, &f)
 			}
 		}
+
 		if err = mq.PublishDeleteExtClientDNS(&extclient); err != nil {
 			logger.Log(1, "error publishing dns update for extclient deletion", err.Error())
 		}