Skip to content

Commit b452991

Browse files
committed
btl/usnic: missed a preprocessor check in d36648b
Missed updating one instance of `==` to `>=` in d36648b. Signed-off-by: Jeff Squyres <[email protected]>
1 parent 1b14022 commit b452991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opal/mca/btl/usnic/btl_usnic_compat.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2016 Cisco Systems, Inc. All rights reserved.
2+
* Copyright (c) 2014-2018 Cisco Systems, Inc. All rights reserved
33
* Copyright (c) 2015 Intel, Inc. All rights reserved.
44
* $COPYRIGHT$
55
*
@@ -659,7 +659,7 @@ int opal_btl_usnic_put(
659659

660660
/*----------------------------------------------------------------------*/
661661

662-
#elif BTL_VERSION == 30
662+
#elif BTL_VERSION >= 30
663663

664664
/*
665665
* BTL 3.0 prepare_src function.

0 commit comments

Comments
 (0)