dce
authorChristian Grothoff <christian@grothoff.org>
Sat, 16 Jul 2011 19:39:19 +0000 (19:39 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 16 Jul 2011 19:39:19 +0000 (19:39 +0000)
src/nat/nat_mini.c

index b82866c78b6473473836fc414661e0a5a5650200..b3eb4e38e36172acaf2aed178c477cf27a55b9ec 100644 (file)
@@ -284,7 +284,7 @@ process_refresh_output (void *cls,
                   mini->port);
   if (NULL == (s = strstr (line, "->")))
     return; /* skip */
-  if (NULL == (s = strstr (s, pstr)))
+  if (NULL == strstr (s, pstr))
     return; /* skip */
   if (1 != sscanf (line,
                   (mini->is_tcp)