libwbclient: change wbcResolveWinsByIP() to take char ** instead of const char **
authorMichael Adam <obnox@samba.org>
Sun, 20 Apr 2008 20:17:39 +0000 (22:17 +0200)
committerMichael Adam <obnox@samba.org>
Sun, 20 Apr 2008 20:29:36 +0000 (22:29 +0200)
commit8caaf0dc4331370793d7f79839ed75bb149c9e93
tree58f267f5ea1ad1cdcfcc06a1604dd39a235fa9f6
parentd7da0f57fa4564647637e025fd2f4c7ebd2e7293
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
(This used to be commit f81da8e8ed8e2d75c77bd8b5e7fdd7c53bab7e49)
source3/nsswitch/libwbclient/wbc_util.c
source3/nsswitch/libwbclient/wbclient.h
source3/nsswitch/wbinfo.c