diff mbox

dapl-2.0: dapltest: server info devicename is not large enough for dapl_name storage

Message ID E3280858FA94444CA49D2BA02341C983C7013610@orsmsx506.amr.corp.intel.com (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Arlin Davis May 19, 2010, 11:31 p.m. UTC
None
diff mbox

Patch

diff --git a/test/dapltest/include/dapl_server_info.h b/test/dapltest/include/dapl_server_info.h
index de038c5..898f9cc 100644
--- a/test/dapltest/include/dapl_server_info.h
+++ b/test/dapltest/include/dapl_server_info.h
@@ -37,7 +37,7 @@ 
 
 struct started_server
 {
-    char            devicename[80];
+    char            devicename[256];
     struct started_server *next;
 };