mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
Kill off red blobs in most of main/*
Everything still compiled after making these changes, so I assume these whitespace-only changes didn't break anything (and shouldn't have). git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@360190 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
*
|
||||
* \brief Privacy Routines
|
||||
*
|
||||
* \author Mark Spencer <markster@digium.com>
|
||||
* \author Mark Spencer <markster@digium.com>
|
||||
*/
|
||||
|
||||
#include "asterisk.h"
|
||||
@@ -96,7 +96,7 @@ int ast_privacy_set(char *dest, char *cid, int status)
|
||||
return 0;
|
||||
}
|
||||
snprintf(key, sizeof(key), "%s/%s", dest, trimcid);
|
||||
if (status == AST_PRIVACY_UNKNOWN)
|
||||
if (status == AST_PRIVACY_UNKNOWN)
|
||||
res = ast_db_del("privacy", key);
|
||||
else if (status == AST_PRIVACY_ALLOW)
|
||||
res = ast_db_put("privacy", key, "allow");
|
||||
|
Reference in New Issue
Block a user