libwbclient: fix wbcResolveWinsByName() to take char * instead of const char **
commit5f4b77eb63f72a3004c0c7e760e85fa08c339a7d
authorMichael Adam <obnox@samba.org>
Sun, 20 Apr 2008 20:13:40 +0000 (20 22:13 +0200)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 18:49:50 +0000 (23 13:49 -0500)
tree1d2aff376e4a9afe4cb3f48a63df3b30bcd6f278
parentc174826ee57b1b3b34eec080ca6474c9cc34cfa0
libwbclient: fix wbcResolveWinsByName() to take char * instead of const char **

This fixes a compile warning and seems the correct thing to me as
the returned data is talloc_strdup't, so not const anyways.

Michael
(cherry picked from commit 13cfa7f48a541a934a129fab0544cbf66029c4c7)
source/nsswitch/libwbclient/wbc_util.c
source/nsswitch/libwbclient/wbclient.h
source/nsswitch/wbinfo.c