mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s4:client: Remove code inside #ifdef NEXT2
This is dead code, the define is never set. Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
This commit is contained in:
parent
2162d50316
commit
268994f514
@ -1348,11 +1348,6 @@ static const char *readdirname(DIR *p)
|
|||||||
|
|
||||||
dname = ptr->d_name;
|
dname = ptr->d_name;
|
||||||
|
|
||||||
#ifdef NEXT2
|
|
||||||
if (telldir(p) < 0)
|
|
||||||
return(NULL);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HAVE_BROKEN_READDIR
|
#ifdef HAVE_BROKEN_READDIR
|
||||||
/* using /usr/ucb/cc is BAD */
|
/* using /usr/ucb/cc is BAD */
|
||||||
dname = dname - 2;
|
dname = dname - 2;
|
||||||
|
Loading…
Reference in New Issue
Block a user