Socket: Fix handle.state() on invalid handles
[senf.git] / Utils / Console / Parse.ih
index 00745cc..fe95008 100644 (file)
@@ -220,6 +220,9 @@ namespace detail {
                     |    self.keyword_p("ls")
                       >> ! path
                       >> eps_p                    [ bind(&PD::builtin_ls)(d_, path_) ]
+                    |    self.keyword_p("ll")
+                      >> ! path
+                      >> eps_p                    [ bind(&PD::builtin_ll)(d_, path_) ]
                     |    self.keyword_p("lr")
                       >> ! path
                       >> eps_p                    [ bind(&PD::builtin_lr)(d_, path_) ]