]> git.ipfire.org Git - thirdparty/cups.git/commit
cupsMakeServerCredentials should return 0 on failure, 1 on success 617/head
authorRose <83477269+AtariDreams@users.noreply.github.com>
Sun, 19 Feb 2023 16:27:27 +0000 (11:27 -0500)
committerRose <83477269+AtariDreams@users.noreply.github.com>
Sat, 4 Mar 2023 15:13:54 +0000 (10:13 -0500)
commit1f0f241c8310cde6a270a6234354595fcaf9945b
treef7609a962292855429e4113cc0f72cd339e1381b
parent58cdc5bf9d934a5ac2c7d44f4b565469145539cb
cupsMakeServerCredentials should return 0 on failure, 1 on success

Currently, it returns -1 on error it seems, which is not how the function is documented to work.
cups/tls-darwin.c