Displaying 2 results from an estimated 2 matches for "bwinssupport".
Did you mean:
winssupport
2000 Jan 27
0
service_ok, redux.
.../* starting with globals. */
>
> if (globalCheck == True)
> {
> globalCheck = False; /* Only check once. */
>
> /* Check for both wins server and wins support, make sure server wins. */
> if (Globals.szWINSserver[0] != '\0' && Globals.bWINSsupport == True)
> {
> DEBUG(0,( "ERROR: both wins server and wins support turned on, "
> "using wins server \"%s\".\n", Globals.szWINSserver));
> Globals.bWINSsupport = False;
> }
>
> /* Check for announcing as something...
2000 Jan 27
1
Proposed improvements to service_ok()
.../* starting with globals. */
>
> if (globalCheck == True)
> {
> globalCheck = False; /* Only check once. */
>
> /* Check for both wins server and wins support, make sure server wins. */
> if (Globals.szWINSserver != '\0' && Globals.bWINSsupport == True)
> {
> DEBUG(0,( "ERROR: both wins server and wins support turned on, "
> "using wins server \"%s\".\n", Globals.szWINSserver));
> Globals.bWINSsupport = False;
> }
>
> /* Check for announcing as something...