<div dir="ltr"><div dir="ltr">On Fri, 1 Feb 2019 at 10:48, Dave "doughnut" Fogarty <<a href="mailto:doughnut@doughnut.net">doughnut@doughnut.net</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Looks like I just found my answer in the source code.  This is actually <br>
broken due to someone counting the number of characters incorrectly for a <br>
strncasecmp in client_config.c.  It's done correctly later in the same <br>
code.  This should be "13" and "15" where it's "12" and "14".<br><br>
$ grep -n DISPLAYGROUP= client_config.c <br>
466:         (strncasecmp(token, "DISPLAYGROUP=", 12) == 0)     ||<br>
467:         (strncasecmp(token, "EXDISPLAYGROUP=", 14) == 0)   ||<br>
667:                    else if (strncasecmp(tok, "DISPLAYGROUP=", 13) == 0) {<br>
673:                    else if (strncasecmp(tok, "EXDISPLAYGROUP=", 15) == 0) {<br></blockquote><div><br></div><div>Very nice detective work, Dave. Have you re-compiled with adjustments and re-tested?</div><div><br></div><div>J</div><div><br></div></div></div>