Skip to content

Commit

Permalink
uid_auth_db: Fix typos
Browse files Browse the repository at this point in the history
(cherry picked from commit f72c574)
  • Loading branch information
btriller authored and miconda committed May 16, 2022
1 parent 73df223 commit af6533f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/uid_auth_db/authorize.c
Expand Up @@ -216,7 +216,7 @@ static int generate_avps(db_res_t* result, db_rec_t *row)
/* this is a dirty work around to check the credentials of all users,
* if the database query returned more then one result
*
* Fills res (which must be db_free'd afterwards if the call was succesfull)
* Fills res (which must be db_free'd afterwards if the call was successful)
* returns 0 on success, 1 on no match (?)
* and -1 on error (memory, db a.s.o).
* WARNING: if -1 is returned res _must_ _not_ be freed (it's empty)
Expand Down

0 comments on commit af6533f

Please sign in to comment.