From 84db1b79e635f385c985be0e8885f55ac71f2e2a Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Mon, 8 Mar 2021 17:54:29 +0000 Subject: Remove code writing .Xauthority in /tmp if it cannot write it in ${HOME}. Discussed with deraadt@ and zhuk@ --- include/dm.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/dm.h') diff --git a/include/dm.h b/include/dm.h index ab67e33..a07af64 100644 --- a/include/dm.h +++ b/include/dm.h @@ -122,7 +122,6 @@ struct display { char **authNames; /* authorization protocol names */ unsigned short *authNameLens; /* authorization protocol name lens */ char *clientAuthFile;/* client specified auth file */ - char *userAuthDir; /* backup directory for tickets */ int authComplain; /* complain when no auth for XDMCP */ /* information potentially derived from resources */ -- cgit v1.2.3