Rationalise access to, and content of, backends[] array.
[u/mdw/putty] / unix / uxser.c
index 24b0124..a12fdec 100644 (file)
@@ -536,5 +536,7 @@ Backend serial_backend = {
     serial_provide_logctx,
     serial_unthrottle,
     serial_cfg_info,
+    "serial",
+    PROT_SERIAL,
     1
 };