Whamcloud - gitweb
Branch HEAD
authorliangzhen <liangzhen>
Wed, 16 Apr 2008 03:04:49 +0000 (03:04 +0000)
committerliangzhen <liangzhen>
Wed, 16 Apr 2008 03:04:49 +0000 (03:04 +0000)
Smallfix for LNetMEInsert

i=maxim

lnet/lnet/lib-me.c

index 865d2eb..edfb8a8 100644 (file)
@@ -95,6 +95,7 @@ LNetMEInsert(lnet_handle_me_t current_meh,
                 return -ENOENT;
         }
 
+        new_me->me_portal = current_me->me_portal;
         new_me->me_match_id = match_id;
         new_me->me_match_bits = match_bits;
         new_me->me_ignore_bits = ignore_bits;