Blame SOURCES/torque-munge-size.patch

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