shithub: tlsclient

Download patch

ref: fb3b5e0ed5af8a73d549e336a649d5b6c2a115ad
parent: 13b4ffb9da011aadac40ddd35b47e7b914d1775b
author: Jacob Moody <moody@posixcafe.org>
date: Fri Jul 21 04:52:31 EDT 2023

add last option even if it does not have a = value

--- a/mount.c
+++ b/mount.c
@@ -103,7 +103,7 @@
 		if(key == NULL)
 			key = s;
 	}
-	if(key != NULL && val != NULL)
+	if(key != NULL)
 		appendopt(key, val);
 
 	_appendopt("trans", "fd");