libwbclient: change wbcResolveWinsByIP() to take char ** instead of const char **
commitf81da8e8ed8e2d75c77bd8b5e7fdd7c53bab7e49
authorMichael Adam <obnox@samba.org>
Sun, 20 Apr 2008 20:17:39 +0000 (20 22:17 +0200)
committerMichael Adam <obnox@samba.org>
Sun, 20 Apr 2008 20:29:36 +0000 (20 22:29 +0200)
tree0b01c69175dcf90b7e3cde29ab1a94dede6f2dbc
parent13cfa7f48a541a934a129fab0544cbf66029c4c7
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
source/nsswitch/libwbclient/wbc_util.c
source/nsswitch/libwbclient/wbclient.h
source/nsswitch/wbinfo.c