projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
6ac7940
)
Fix some whitespace.
author
Sean Bright
<sean@malleable.com>
Wed, 5 Nov 2008 22:22:37 +0000
(22:22 +0000)
committer
Sean Bright
<sean@malleable.com>
Wed, 5 Nov 2008 22:22:37 +0000
(22:22 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@154926
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_directed_pickup.c
patch
|
blob
|
history
diff --git
a/apps/app_directed_pickup.c
b/apps/app_directed_pickup.c
index
773a27c
..
deca8f3
100644
(file)
--- a/
apps/app_directed_pickup.c
+++ b/
apps/app_directed_pickup.c
@@
-198,8
+198,8
@@
static int pickup_by_mark(struct ast_channel *chan, const char *mark)
int find_by_mark(struct ast_channel *c) {
const char *tmp;
return (tmp = pbx_builtin_getvar_helper(c, PICKUPMARK)) &&
- !strcasecmp(tmp, mark) &&
- can_pickup(c);
+ !strcasecmp(tmp, mark) &&
+ can_pickup(c);
}
struct ast_channel *target = ast_channel_search_locked(find_by_mark);