]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
new
authorSean Hefty <sean.hefty@intel.com>
Thu, 5 Apr 2012 23:29:52 +0000 (16:29 -0700)
committerSean Hefty <sean.hefty@intel.com>
Thu, 5 Apr 2012 23:29:52 +0000 (16:29 -0700)
meta
patches/err-resolve-gid [new file with mode: 0644]

diff --git a/meta b/meta
index fbc0d5ceb5811437ce4652a568f3fdad7f827e72..7a5ebc1f54ccbc67b8b947df1119df77dd1db829 100644 (file)
--- a/meta
+++ b/meta
@@ -1,11 +1,12 @@
 Version: 1
-Previous: 005651834db826f23b7cff217f531e4f098bc69e
-Head: ee6aa496369bc10e9975aa1e013445050a1c4510
+Previous: 770075b23537916b792f4697bcfff2d4597f6237
+Head: a17cfa675538335b9650607ea3574a4a427eee8c
 Applied:
   mc-refcnt: c7d28b35d64333c262de3ec972c426423dadccf9
   af_ib: c366c39d4afc939932efc2f5158ae332161369bf
   typo: 07e4480ebb4d54a02271b6935bf60ea1f45aab86
   ipv4: ee6aa496369bc10e9975aa1e013445050a1c4510
+  err-resolve-gid: a17cfa675538335b9650607ea3574a4a427eee8c
 Unapplied:
   daemonize: 646c4c05e8e149d4d82050e9613b806ae29f7016
   rel-1.0.6: 01c9f3298c9da13ed42a1506e1546abb5c4fcec0
diff --git a/patches/err-resolve-gid b/patches/err-resolve-gid
new file mode 100644 (file)
index 0000000..679f878
--- /dev/null
@@ -0,0 +1,19 @@
+Bottom: ef30d4769ae20a3994fb559aacbb91d3b16e4415
+Top:    ef30d4769ae20a3994fb559aacbb91d3b16e4415
+Author: Hal Rosenstock <hal@mellanox.com>
+Date:   2012-04-05 16:29:52 -0700
+
+ib_acme: Better error handling in resolve_gid
+
+A return of 0 is an error for inet_pton but if 0 is returned
+from resolve_gid, show_path is mistakenly called so if
+0 is returned from inet_pton, return -1 instead (which is
+what is done elsewhere in acme). 
+
+Signed-off-by: Hal Rosenstock <hal@mellanox.com>
+Signed-off-by: Sean Hefty <sean.hefty@intel.com>
+
+
+---
+
+