Browse Source

kamailio.cfg: small whitespace indention fix

(cherry picked from commit 3b28e0151d15e7883c0ce81e63851fd9952dd2db)
Henning Westerholt 6 months ago
parent
commit
4aa5804db1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      etc/kamailio.cfg

+ 1 - 1
etc/kamailio.cfg

@@ -1016,7 +1016,7 @@ event_route[xhttp:request] {
 
 	xhttp_reply("200", "OK", "text/html",
 				"<html><body>Wrong URL $hu</body></html>");
-    exit;
+	exit;
 }
 #!endif