libwbclient: fix wbcResolveWinsByName() to take char * instead of const char **
authorMichael Adam <obnox@samba.org>
Sun, 20 Apr 2008 20:13:40 +0000 (22:13 +0200)
committerMichael Adam <obnox@samba.org>
Sun, 20 Apr 2008 20:29:36 +0000 (22:29 +0200)
commit13cfa7f48a541a934a129fab0544cbf66029c4c7
tree948244f53deaf68f5272a2a21d402abc3ea44c85
parent0de001a5446545b928eb88e1916b4fe674017424
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
source/nsswitch/libwbclient/wbc_util.c
source/nsswitch/libwbclient/wbclient.h
source/nsswitch/wbinfo.c