mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
build_system: Fix some warnings highlighted by clang
Fix some warnings found with clang. Change-Id: I5195b6189b148c2ee3ed4a19d015a6d4ef3e77bd
This commit is contained in:
@@ -2342,7 +2342,7 @@ static char *handle_showmanager(struct ast_cli_entry *e, int cmd, struct ast_cli
|
||||
" write perm: %s\n"
|
||||
" displayconnects: %s\n"
|
||||
"allowmultiplelogin: %s\n",
|
||||
(user->username ? user->username : "(N/A)"),
|
||||
S_OR(user->username, "(N/A)"),
|
||||
(user->secret ? "<Set>" : "(N/A)"),
|
||||
((user->acl && !ast_acl_list_is_empty(user->acl)) ? "yes" : "no"),
|
||||
user_authority_to_str(user->readperm, &rauthority),
|
||||
|
Reference in New Issue
Block a user