Skip to content

Commit af574ec

Browse files
committed
CDRIVER-2012 Move MONGOC_ENABLE_SASL_SSPI guard up in mongoc-cluster-sspi.c
1 parent b97de7d commit af574ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/mongoc/mongoc-cluster-sspi.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@
1616

1717
#include "mongoc-config.h"
1818

19+
#ifdef MONGOC_ENABLE_SASL_SSPI
20+
1921
#include "mongoc-cluster-sspi-private.h"
2022
#include "mongoc-cluster-sasl-private.h"
2123
#include "mongoc-sspi-private.h"
2224
#include "mongoc-error.h"
2325
#include "mongoc-util-private.h"
2426

25-
#ifdef MONGOC_ENABLE_SASL_SSPI
2627

2728

2829
/*

0 commit comments

Comments
 (0)