diff --git a/src/lib66/exec/ssexec_boot.c b/src/lib66/exec/ssexec_boot.c
index 27a434a9ee44da264482dbd9aa98ab3f8fedb94b..fa53d3cb7c46aa7f920871c0401381b4cb0822ec 100644
--- a/src/lib66/exec/ssexec_boot.c
+++ b/src/lib66/exec/ssexec_boot.c
@@ -99,7 +99,6 @@ static int get_value(stralloc *val,char const *key)
         return 0 ;
     }
     if (!sastr_rebuild_in_oneline(val)) sulogin("rebuild line of value: ",val->s) ;
-    if (!stralloc_0(val)) sulogin("append stralloc of value: ",val->s) ;
 
     return 1 ;
 }