]> diplodocus.org Git - nmh/blobdiff - uip/slocal.c
Cope with sasl_decode64() returning SASL_CONTINUE as well as SASL_OK.
[nmh] / uip / slocal.c
index f500f6ea77676bd31fe4e0d08d54de5dd1d8aff9..4a8875e7c2cbbe8054f97c82eb6fb284ea200139 100644 (file)
@@ -959,7 +959,7 @@ logged_in (void)
 
     while ((utp = getutent()) != NULL) {
         if (
-#ifdef HAVE_UTMP_UT_TYPE
+#ifdef HAVE_STRUCT_UTMP_UT_TYPE
                utp->ut_type == USER_PROCESS
                 &&
 #endif