Skip to content

Commit

Permalink
auth_radius: removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent ab68b02 commit 8e05ac3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/modules/auth_radius/authorize.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
#include "auth_radius.h"


/*
* Extract URI depending on the request from To or From header
/*
* Extract URI depending on the request from To or From header
*/
static inline int get_uri_user(struct sip_msg *_m, str **_uri_user)
{
Expand Down
4 changes: 2 additions & 2 deletions src/modules/auth_radius/authorize.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
Expand Down
4 changes: 2 additions & 2 deletions src/modules/auth_radius/extra.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/modules/auth_radius/sterman.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ int radius_authorize_sterman(
goto err;
}

/*
/*
* Add the additional authentication fields according to the QOP.
*/
if(_cred->qop.qop_parsed == QOP_AUTH) {
Expand Down
4 changes: 2 additions & 2 deletions src/modules/auth_radius/sterman.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
Expand Down

0 comments on commit 8e05ac3

Please sign in to comment.