................

........
Dumb little spacing fix.
........
Merged revisions 337344 from http://svn.asterisk.org/svn/asterisk/branches/1.8
................
Merged revisions 337345 from http://svn.asterisk.org/svn/asterisk/branches/10


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@337346 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher 2011-09-21 21:10:14 +00:00
parent 4310b5ad59
commit 4730309675
1 changed files with 3 additions and 3 deletions

View File

@ -3245,9 +3245,9 @@ static void check_quota(struct vm_state *vms, char *mailbox) {
#endif /* IMAP_STORAGE */
/*! \brief Lock file path
only return failure if ast_lock_path returns 'timeout',
not if the path does not exist or any other reason
*/
* only return failure if ast_lock_path returns 'timeout',
* not if the path does not exist or any other reason
*/
static int vm_lock_path(const char *path)
{
switch (ast_lock_path(path)) {