]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
refresh (create temporary patch)
authorSean Hefty <sean.hefty@intel.com>
Mon, 6 Dec 2010 19:32:42 +0000 (11:32 -0800)
committerSean Hefty <sean.hefty@intel.com>
Mon, 6 Dec 2010 19:32:42 +0000 (11:32 -0800)
meta
patches/refresh-temp [new file with mode: 0644]

diff --git a/meta b/meta
index 464c1022fa910537d30a9a11141a11ef6b70860f..04cea479ebe06ef7aa2649761143e308277a281b 100644 (file)
--- a/meta
+++ b/meta
@@ -1,6 +1,6 @@
 Version: 1
-Previous: 7093e8a25d49f7aaa0ba4a12d08d43680ea60321
-Head: 7bea6bc2d2183b000b6f30518787bcc585756128
+Previous: 7792e84a1e41bb5bad24de642304df245eace0d8
+Head: 663fe7894356dc0601972f2d42c6c2b726d6428d
 Applied:
   logging: 549692c49922dce3911d97dcc6d0a2fc583ab5f7
   acm_snoop: dd5542fbaa1c5a92367d0552ef3525d5ea0a4638
@@ -12,6 +12,7 @@ Applied:
   verbose: 15cf7a7a260a694923bcb5c9181b10b0f02108f7
   dbg_1: 0b650c149079cd8e1593504492a9940521fb9c6d
   no_addr: 7bea6bc2d2183b000b6f30518787bcc585756128
+  refresh-temp: 663fe7894356dc0601972f2d42c6c2b726d6428d
 Unapplied:
   acme_verbose: 45cba0846874c93ef7af156bf0afe59f43d82ea6
   1.0.4: 9f452b8e59adb21b90fbdda980d25a54d4360d37
diff --git a/patches/refresh-temp b/patches/refresh-temp
new file mode 100644 (file)
index 0000000..53aa8da
--- /dev/null
@@ -0,0 +1,22 @@
+Bottom: c2070b7b82944dcc5fbd4c3e2f8594004721c60f
+Top:    731f7fad19300220b8a2942d713e13875fa93fbd
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2010-12-06 11:32:42 -0800
+
+Refresh of no_addr
+
+---
+
+diff --git a/src/acm.c b/src/acm.c
+index 3a8e9df..cfb60a4 100644
+--- a/src/acm.c
++++ b/src/acm.c
+@@ -2825,7 +2825,7 @@ int CDECL_FUNC main(int argc, char **argv)
+       DListInit(&timeout_list);
+       event_init(&timeout_event);
+-      if (faddr = acm_open_addr_file()) {
++      if ((faddr = acm_open_addr_file())) {
+               acm_log(0, "ERROR - address file not found\n");
+               return -1
+       }