for(i = 0; i < sizeof(reserved_names) / sizeof(reserved_names[0]); i++) {
char* n = cm_strcat("/", reserved_names[i]);
if(cm_nocase_endswith(rpath, n)) {
- tw_http_error(s, sock, 403, name, port);
+ tw_http_error(s, sock, 403, name, port, vhost_entry);
free(n);
rej = true;
cm_log("Server", "XP Patch ; rejecting access to device");
#ifndef __TW_VERSION_H__
#define __TW_VERSION_H__
-#define TW_VERSION "1.03\0"
+#define TW_VERSION "1.03A\0"
const char* tw_get_version(void);
const char* tw_get_platform(void);