diff --git a/app/xenodm/xenodm/auth.c b/app/xenodm/xenodm/auth.c index b90782674..56e48492d 100644 --- a/app/xenodm/xenodm/auth.c +++ b/app/xenodm/xenodm/auth.c @@ -623,8 +623,8 @@ writeAuth (FILE *file, Xauth *auth) Debug ("writeAuth: doWrite = %d\n", doWrite); dumpAuth (auth); /* does Debug only */ } - if (doWrite) - XauWriteAuth (file, auth); + if (doWrite) + XauWriteAuth (file, auth); } static void