diff --git a/source/bforce/sess_call.c b/source/bforce/sess_call.c index 1217183..268a805 100644 --- a/source/bforce/sess_call.c +++ b/source/bforce/sess_call.c @@ -540,7 +540,7 @@ defalt: if ( p ) { - target = strrchr(p, ','); + target = strchr(p, ','); if ( target ) target[0] = '\0'; target = strrchr(p, ':'); if ( target ) {