mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
removed an unreachable statement
This commit is contained in:
parent
805c20452e
commit
6503f53abe
@ -200,7 +200,6 @@ static int Continuation( char *line, int pos )
|
||||
pos--;
|
||||
|
||||
return (((pos >= 0) && ('\\' == line[pos])) ? pos : -1 );
|
||||
return (-1);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user