This update also fixes the userdel functionality. PR: 249445 Reviewed by: 0mp Approved by: maintainer timeout MFH: 2021Q2 Security: 75aae50b-9e3c-11eb-9bc3-8c164582fbac Security: CVE-2018-14036
11 lines
257 B
C
11 lines
257 B
C
--- src/libaccountsservice/act-user.c.orig 2018-04-04 13:59:42 UTC
|
|
+++ src/libaccountsservice/act-user.c
|
|
@@ -26,8 +26,6 @@
|
|
#include <sys/stat.h>
|
|
#include <unistd.h>
|
|
|
|
-#include <crypt.h>
|
|
-
|
|
#include <glib.h>
|
|
#include <glib/gi18n.h>
|
|
#include <gio/gio.h>
|