Skip to content

Commit 38c3e85

Browse files
narategithubtom95858
authored andcommitted
Fix ldms_xprt build error with -DDEBUG
1 parent ebb2257 commit 38c3e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldms/src/core/ldms_xprt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ void __ldms_xprt_resource_free(struct ldms_xprt *x)
549549
case LDMS_CONTEXT_DIR_CANCEL:
550550
x->active_dir_cancel--;
551551
break;
552-
case LDMS_CONTEXT_LOOKUP:
552+
case LDMS_CONTEXT_LOOKUP_REQ:
553553
x->active_lookup--;
554554
break;
555555
case LDMS_CONTEXT_PUSH:

0 commit comments

Comments
 (0)