summaryrefslogtreecommitdiff
path: root/src/transports/smart.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transports/smart.c')
-rw-r--r--src/transports/smart.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/transports/smart.c b/src/transports/smart.c
index 1ff39b48e..fc7630c49 100644
--- a/src/transports/smart.c
+++ b/src/transports/smart.c
@@ -81,9 +81,6 @@ bool is_valid_custom_header(const char *custom_header)
int name_len;
unsigned long i;
- if (custom_header == NULL)
- return true;
-
// Disallow \r and \n
c = strchr(custom_header, '\r');
if (c != NULL)