diff options
author | Volker Lendecke <vl@samba.org> | 2017-11-07 13:04:21 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2017-11-18 00:09:15 +0100 |
commit | 625d27d3fc5b5dbddb43d21aa467431f2043d89d (patch) | |
tree | e565acc6351e3a001ff4b890ff63331bb35b49ec | |
parent | 993fa5793fd6a95173eda574562661ab8959c544 (diff) | |
download | samba-625d27d3fc5b5dbddb43d21aa467431f2043d89d.tar.gz |
libsmb: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
-rw-r--r-- | source3/libsmb/namequery.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |