Remove the NONNULL annotation since we reintroduced the NULL check.
git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@930 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
parent
c87aee7c52
commit
0f7f351a10
1 changed files with 1 additions and 2 deletions
|
@ -72,8 +72,7 @@ pam_close_session(pam_handle_t *_pamh,
|
|||
|
||||
int
|
||||
pam_end(pam_handle_t *_pamh,
|
||||
int _status)
|
||||
OPENPAM_NONNULL((1));
|
||||
int _status);
|
||||
|
||||
int
|
||||
pam_get_data(const pam_handle_t *_pamh,
|
||||
|
|
Loading…
Reference in a new issue