Browse Source

- rr fix (s/sock_info/bind_address/)

Andrei Pelinescu-Onciul 23 years ago
parent
commit
1f3deacfb4
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Makefile.defs
  2. 1 1
      forward.c

+ 1 - 1
Makefile.defs

@@ -8,7 +8,7 @@
 VERSION = 0
 PATCHLEVEL = 8
 SUBLEVEL = 7
-EXTRAVERSION = -13-1
+EXTRAVERSION = -13-2
 
 RELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
 OS = $(shell uname -s)

+ 1 - 1
forward.c

@@ -37,7 +37,7 @@
 
 
 /* returns a socket_info pointer to the sending socket or 0 on error
- * params: destination socke_union pointer
+ * params: destination socket_union pointer
  */
 struct socket_info* get_send_socket(union sockaddr_union* to)
 {