Browse Source

Typo fixed

Jan Janak 21 years ago
parent
commit
ffcf547192
1 changed files with 1 additions and 1 deletions
  1. 1 1
      parser/parse_param.c

+ 1 - 1
parser/parse_param.c

@@ -86,7 +86,7 @@ static inline void parse_contact_class(param_hooks_t* _h, param_t* _p)
 		if ((_p->name.len == 8) &&
 		if ((_p->name.len == 8) &&
 		    (!strncasecmp(_p->name.s + 1, "eceived", 7))) {
 		    (!strncasecmp(_p->name.s + 1, "eceived", 7))) {
 			_p->type = P_RECEIVED;
 			_p->type = P_RECEIVED;
-			_h->contact.method = _p;
+			_h->contact.received = _p;
 		}
 		}
 		break;
 		break;
 	}
 	}