libwbclient: fix wbcResolveWinsByName() to take char * instead of const char **
commitd7da0f57fa4564647637e025fd2f4c7ebd2e7293
authorMichael Adam <obnox@samba.org>
Sun, 20 Apr 2008 20:13:40 +0000 (20 22:13 +0200)
committerMichael Adam <obnox@samba.org>
Sun, 20 Apr 2008 20:29:36 +0000 (20 22:29 +0200)
tree679434fb0b54e02c8fb2a5ed13e503765a9a94fe
parent166efed281599ba331c379e474120ce5b46271f0
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
(This used to be commit 13cfa7f48a541a934a129fab0544cbf66029c4c7)
source3/nsswitch/libwbclient/wbc_util.c
source3/nsswitch/libwbclient/wbclient.h
source3/nsswitch/wbinfo.c