diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2021-03-08 17:54:29 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2021-08-30 20:02:13 +0200 |
commit | 84db1b79e635f385c985be0e8885f55ac71f2e2a (patch) | |
tree | 2c78fc5d641ca1229dd381b0f5dc414e6b87ead9 /include/dm.h | |
parent | 7678de71d24252316015f35eaeafd16826bf0af5 (diff) |
Remove code writing .Xauthority in /tmp if it cannot write it in ${HOME}.
Discussed with deraadt@ and zhuk@
Diffstat (limited to 'include/dm.h')
-rw-r--r-- | include/dm.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |