The following compiler warning points out a probable bug in the SWAT wizard: Compiling web/swat.c web/swat.c: In function `wizard_page': web/swat.c:742: warning: char format, pointer arg (arg 2) The offending line is: d_printf("<tr><td></td><td></td><td></td><td>Remote WINS Server <input type=text size=\"16\" name=\"WINSAddr\" value=\"%s\"></td></tr>",lp_wins_server_list()); which is trying to display a char** instead of a char *.
Changing version to beta1.
Fixed in CVS.
originally reported against 3.0.0beta1. CLeaning out non-production release versions.
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.