<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'>Hi guys I pulled FS from trunk today to build some debian packages and ran into this error when building mod_openzap:<br><br>mod_openzap.c:2197: warning: assignment discards qualifiers from pointer target type<br><br>I went ahead and changed the line at 2178 in mod_openzap.c from<br><br>char *pcapfn = NULL;<br>to<br>const char *pcapfn = NULL;<br><br>Do you see any problems with this change?<br><br>Dan-</div></body></html>