Browse Source

fix bug in ser-oob introduced by beautification

Alfred E. Heggestad 17 years ago
parent
commit
1b5741d0b9
1 changed files with 1 additions and 2 deletions
  1. 1 2
      etc/ser-oob.cfg

+ 1 - 2
etc/ser-oob.cfg

@@ -960,7 +960,6 @@ route[REGISTRAR]
 		}
 		# Append this server's unique ID to the request
 		append_hf_value("SER-Server-ID", "%@sys.server_id");
-		)
 		# We are multicasting a successful REGISTER to all proxies
 		# on the multicast network to replicate the contact
 		# addresses to all of them. In case they share the same IP
@@ -1245,7 +1244,7 @@ route[SESSION_TIMER]
 	# We are only interested in session establishment or session
 	# refreshing.
 	#
-	if (method != "INVITE" && method != "UPDATE")) {
+	if (method != "INVITE" && method != "UPDATE") {
 		break;
 	}