Skip to content
  • Isaac Dunham's avatar
    main/cups: fix typo, lpd backend · bd662709
    Isaac Dunham authored and Natanael Copa's avatar Natanael Copa committed
    'ldadmin' for 'lpadmin' kept cups from starting.
    'lpd' failed with errno=EINVAL on musl, thanks to passing bind a
    struct sockaddr{,_in,_in6,_un} with a reported size of 256.
    This resulted in lpd print support being unusable.
    bd662709