瀏覽代碼

typo fixed, courtesy of Aldred E. H.

Jiri Kuthan 18 年之前
父節點
當前提交
d2040d537e
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      dns_cache.c
  2. 2 2
      etc/ser-oob.cfg

+ 1 - 1
dns_cache.c

@@ -141,7 +141,7 @@ static const char* dns_str_errors[]={
 	"bad SRV entry",
 	"unresolvable SRV request",
 	"bad A or AAAA entry",
-	"unresovlable A or AAAA request",
+	"unresolvable A or AAAA request",
 	"invalid ip in A or AAAA record",
 	"blacklisted ip",
 	"name too long ", /* try again with a shorter name */

+ 2 - 2
etc/ser-oob.cfg

@@ -276,7 +276,7 @@ modparam("registrar", "save_nat_flag", "FLAG_NAT")
 
 # -- auth params --
 #modparam("auth_db", "calculate_ha1", yes)
-#modparam("auth_db", "plain_password_column", "password")
+#modparam("auth_db", "password_column", "password")
 # minimize replay-attack window
 modparam("auth", "nonce_expire", 10)
 # deal with client's who can't do qop properly
@@ -745,7 +745,7 @@ route[REGISTRAR]
 		# the sending IP address to an unshared one
 		# (in the future a special mcast module may 
 		# use unbound sockets for sending and leave
-		# the srouce IP address decision up to kernel
+		# the source IP address decision up to kernel
 		# routing tables)
 		#DEBCONF-REPL_SEND_ADDR-START
 		force_send_socket(udp:192.168.1.1);