Skip to content

Conversation

@fweimer-rh
Copy link
Contributor

The SASL and LDAP version checks called exit without including <stdlib.h>. Future compilers will not support implicit function declarations, causing these two checks to fail unconditionally. Instead, return directly from the main function.

Related to:

Alternative to globus/globus-toolkit#132.

Copy link
Member

@msalle msalle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me.

The SASL and LDAP version checks called exit without including
<stdlib.h>.  Future compilers will not support implicit function
declarations, causing these two checks to fail unconditionally.
Instead, return directly from the main function.
@fscheiner fscheiner merged commit b7fe8df into gridcf:master Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants