1
0
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:
Andrew Tridgell 0001-01-01 00:00:00 +00:00
parent 805c20452e
commit 6503f53abe

View File

@ -200,7 +200,6 @@ static int Continuation( char *line, int pos )
pos--;
return (((pos >= 0) && ('\\' == line[pos])) ? pos : -1 );
return (-1);
}