diff options
author | Michael Adam <obnox@samba.org> | 2008-02-22 10:42:22 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-02-22 10:42:22 +0100 |
commit | bf7d3b6ef440d61a8d65001f99c7526bb830f5d3 (patch) | |
tree | c6faaca65b12a06dd9674b90d933eabbe366ae60 /source4/lib/replace/getifaddrs.c | |
parent | 88c919c14af3b5e5cb9524ce3bb778b7c7bc6c72 (diff) | |
download | samba-bf7d3b6ef440d61a8d65001f99c7526bb830f5d3.tar.gz samba-bf7d3b6ef440d61a8d65001f99c7526bb830f5d3.tar.bz2 samba-bf7d3b6ef440d61a8d65001f99c7526bb830f5d3.zip |
libreplace: Fix comment originating from old samba source.
Michael
(This used to be commit 0440bcfe6359ca4842f473b1ca799cad9f1c6c96)
Diffstat (limited to 'source4/lib/replace/getifaddrs.c')
-rw-r--r-- | source4/lib/replace/getifaddrs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/getifaddrs.c b/source4/lib/replace/getifaddrs.c index 37cd950e09..a6f06e545f 100644 --- a/source4/lib/replace/getifaddrs.c +++ b/source4/lib/replace/getifaddrs.c @@ -363,7 +363,7 @@ int rep_getifaddrs(struct ifaddrs **ifap) #endif #ifdef AUTOCONF_TEST -/* this is the autoconf driver to test get_interfaces() */ +/* this is the autoconf driver to test getifaddrs() */ int main() { |