Commit 991308fa authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

svn:r9079
parent 15fdd782
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1422,7 +1422,7 @@ evdns_request_data_build(const char *const name, const int name_len, const u16 t

	j = dnsname_to_labels(buf, buf_len, j, name, name_len, NULL);
	if (j < 0) {
		return j;
		return (int)j;
	}

	APPEND16(type);