libwbclient: change wbcResolveWinsByIP() to take char ** instead of const char **
commitb5b72c3784d4de77f4cd221fc3f2ca99753b8b5b
authorMichael Adam <obnox@samba.org>
Sun, 20 Apr 2008 20:17:39 +0000 (20 22:17 +0200)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 18:49:50 +0000 (23 13:49 -0500)
tree3f9d0f0877bf20492505dc2866ddab17c7d2ad2b
parent5f4b77eb63f72a3004c0c7e760e85fa08c339a7d
libwbclient: change wbcResolveWinsByIP() to take char ** instead of const char **

Fix a compile warning. This seems the right thing since the data is created
by talloc_strdup...

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