]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
refresh (create temporary patch)
authorSean Hefty <sean.hefty@intel.com>
Wed, 10 Nov 2010 17:24:13 +0000 (09:24 -0800)
committerSean Hefty <sean.hefty@intel.com>
Wed, 10 Nov 2010 17:24:13 +0000 (09:24 -0800)
meta
patches/refresh-temp [new file with mode: 0644]

diff --git a/meta b/meta
index 0044ccef2da925ef5a67ee5e0326083b0e4b50da..812b206298415caa919d14c978fa3e7cc72e62d3 100644 (file)
--- a/meta
+++ b/meta
@@ -1,7 +1,8 @@
 Version: 1
-Previous: 9645d7a18f5cb473b5649a6fd1a3bf5df9155450
-Head: 40e40f53777a233408457e07062c8ea9c013d519
+Previous: 8cc6991e819aed3e8c2e0c48d1f13d9fc11bfef3
+Head: 5b7f8520f560e9de2e1f40ea38d6c084b5a9de4b
 Applied:
   loopback: 40e40f53777a233408457e07062c8ea9c013d519
+  refresh-temp: 5b7f8520f560e9de2e1f40ea38d6c084b5a9de4b
 Unapplied:
 Hidden:
diff --git a/patches/refresh-temp b/patches/refresh-temp
new file mode 100644 (file)
index 0000000..d499ae2
--- /dev/null
@@ -0,0 +1,30 @@
+Bottom: 1eb335b444d6a59de8b26ecc43e9a756580e9a86
+Top:    d2e644c42312b47d5484b378d8e9c5a522d537bd
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2010-11-10 09:24:13 -0800
+
+Refresh of loopback
+
+---
+
+diff --git a/src/acm.c b/src/acm.c
+index ffd1315..faa915e 100644
+--- a/src/acm.c
++++ b/src/acm.c
+@@ -1727,7 +1727,7 @@ acm_svr_query(struct acm_client *client, struct acm_resolve_msg *msg)
+       ep = acm_get_ep(&msg->data[0]);
+       if (!ep) {
+               acm_log_addr(0, "acm_svr_query: could not find ",
+-                           data->type, data->info.addr);
++                           msg->data[0].type, msg->data[0].info.addr);
+               status = ACM_STATUS_ESRCADDR;
+               goto resp;
+       }
+@@ -1955,7 +1955,7 @@ acm_svr_resolve(struct acm_client *client, struct acm_resolve_msg *msg)
+               if (ep) {
+                       acm_log(2, "dest is local, and loopback is disabled");
+                       return acm_client_resolve_resp(client, msg, NULL,
+-                                                     ACM_STATUS_EDSTADDR);
++                                                     ACM_STATUS_EDESTADDR);
+               }
+       }