changeset 392:2634ae8197f6

Fix typo
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 29 May 2009 16:31:39 +0900
parents 9907abba8681
children f63adc1b3e99
files extensions/radius_gw/rgw_servers.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/extensions/radius_gw/rgw_servers.c	Fri May 29 16:25:02 2009 +0900
+++ b/extensions/radius_gw/rgw_servers.c	Fri May 29 16:31:39 2009 +0900
@@ -261,7 +261,7 @@
 	}
 	
 	/* Prepare the destination info */
-	memset(&sto, 0, sizeofs(to));
+	memset(&sto, 0, sizeof(to));
 	if (to->sa_family == AF_INET) {
 		memcpy(&sto, to, sizeof(struct sockaddr_in));
 		((struct sockaddr_in *)&sto)->sin_port = to_port;
"Welcome to our mercurial repository"