pam_mount/pam_mount-0.18-bump-max-par.diff

14 lines
323 B
Diff

Index: src/private.h
===================================================================
--- src/private.h.orig
+++ src/private.h
@@ -6,7 +6,7 @@
#include <limits.h>
#include <stdbool.h>
-#define MAX_PAR 127
+#define MAX_PAR 1024
#ifndef S_IRUGO
# define S_IRUGO (S_IRUSR | S_IRGRP | S_IROTH)
#endif