Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit 336f8f6

Browse files
committed
Merge branch 'fix-win-compile-1.5.6' into v1.5
2 parents c3a3d8d + 1c318b9 commit 336f8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcon/manager.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ static mongo_connection *mongo_get_connection_single(mongo_con_manager *manager,
142142
return con;
143143
}
144144

145-
static inline int mongo_strings_equal_or_null(const char *s1, const char *s2)
145+
static int mongo_strings_equal_or_null(const char *s1, const char *s2)
146146
{
147147
return (
148148
(s1 == NULL && s2 == NULL) ||

0 commit comments

Comments
 (0)