Comment 13 for bug 2039577

Revision history for this message
Robert Ancell (robert-ancell) wrote :

There's a typo in an error message:

      if (!cc_disable_service (SSHD_SERVICE, G_BUS_TYPE_SYSTEM, &error))
        {
          g_critical ("Failed to enable %s: %s", SSHD_SERVICE, error->message);
          return EXIT_FAILURE;
        }