]> git.llucax.com Git - software/mutt-debian.git/blobdiff - pop_auth.c
upstream/543467-thread-segfault.patch: patch to prevent mutt from segfaulting when...
[software/mutt-debian.git] / pop_auth.c
index 9971996625490c509920335bd35648f88c94ab5c..d2873d436b4b585584d762a1919cc84f5298b024 100644 (file)
@@ -283,7 +283,7 @@ static pop_auth_t pop_authenticators[] = {
 #endif
   { pop_auth_apop, "apop" },
   { pop_auth_user, "user" },
-  { NULL }
+  { NULL,         NULL }
 };
 
 /*