Blame SOURCES/torque-munge-size.patch

e4051c
From 12a8d7dde1d07aed670f0dd50b317b256daaa991 Mon Sep 17 00:00:00 2001
e4051c
From: =?UTF-8?q?Ha=C3=AFkel=20Gu=C3=A9mar?= <hguemar@fedoraproject.org>
e4051c
Date: Sun, 12 Jan 2014 11:42:32 +0100
e4051c
Subject: [PATCH] munge size fix
e4051c
e4051c
---
e4051c
 src/include/libpbs.h | 2 +-
e4051c
 1 file changed, 1 insertion(+), 1 deletion(-)
e4051c
e4051c
diff --git a/src/include/libpbs.h b/src/include/libpbs.h
e4051c
index 6d32c8b..06b1bec 100644
e4051c
--- a/src/include/libpbs.h
e4051c
+++ b/src/include/libpbs.h
e4051c
@@ -121,7 +121,7 @@
e4051c
 #define EOF -1
e4051c
 #endif
e4051c
 
e4051c
-#define MUNGE_SIZE 256 /* I do not know what the proper size of this should be. My 
e4051c
+#define MUNGE_SIZE 1024 /* I do not know what the proper size of this should be. My
e4051c
                           testing with munge shows it creates a string of 128 bytes */
e4051c
 
e4051c
 
e4051c
-- 
e4051c
1.8.4.2
e4051c