mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 19:43:03 +00:00
s/init keys/keys init/
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@280058 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -276,7 +276,7 @@ static struct ast_key *try_load_key(const char *dir, const char *fname, int ifd,
|
|||||||
}
|
}
|
||||||
/* Keep it anyway */
|
/* Keep it anyway */
|
||||||
key->delme = 0;
|
key->delme = 0;
|
||||||
/* Print final notice about "init keys" when done */
|
/* Print final notice about "keys init" when done */
|
||||||
*not2 = 1;
|
*not2 = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -505,7 +505,7 @@ static void crypto_load(int ifd, int ofd)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (note) {
|
if (note) {
|
||||||
ast_log(LOG_NOTICE, "Please run the command 'init keys' to enter the passcodes for the keys\n");
|
ast_log(LOG_NOTICE, "Please run the command 'keys init' to enter the passcodes for the keys\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Delete any keys that are no longer present */
|
/* Delete any keys that are no longer present */
|
||||||
|
|||||||
Reference in New Issue
Block a user