mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
res: Fix for Doxygen.
These are the remaining issues found in /res. ASTERISK-29761 Change-Id: I572e6019c422780dde5ce8448b6c85c77af6046d
This commit is contained in:
committed by
Friendly Automation
parent
e93fb874b4
commit
a85f2bf34d
@@ -1479,7 +1479,7 @@ static int can_reuse_registration(struct sip_outbound_registration *existing,
|
||||
return rc;
|
||||
}
|
||||
|
||||
/* \brief Get google oauth2 access token using refresh token */
|
||||
/*! \brief Get google oauth2 access token using refresh token */
|
||||
static const char *fetch_google_access_token(const struct ast_sip_auth *auth)
|
||||
{
|
||||
char *cmd = NULL;
|
||||
|
Reference in New Issue
Block a user