X-Git-Url: http://git.samba.org/samba.git/?p=nivanova%2Fsamba-autobuild%2F.git;a=blobdiff_plain;f=source3%2Flibsmb%2Fnamequery.c;h=afc2bc06d3f76733c0b8e15b189c177f2671bd98;hp=e39d76176cc6181d852eda7570b3aa25c7e3cc7b;hb=625d27d3fc5b5dbddb43d21aa467431f2043d89d;hpb=993fa5793fd6a95173eda574562661ab8959c544 diff --git a/source3/libsmb/namequery.c b/source3/libsmb/namequery.c index e39d76176cc..afc2bc06d3f 100644 --- a/source3/libsmb/namequery.c +++ b/source3/libsmb/namequery.c @@ -2556,7 +2556,7 @@ static NTSTATUS resolve_ads(const char *name, freeaddrinfo(res); } } else { - /* use all the IP addresses from the SRV sresponse */ + /* use all the IP addresses from the SRV response */ int j; for (j = 0; j < dcs[i].num_ips; j++) { (*return_iplist)[*return_count].port = dcs[i].port;