1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

More bug fixen ...

(This used to be commit a13b5ef7bb)
This commit is contained in:
Richard Sharpe
2001-01-07 13:07:26 +00:00
parent e646dddfde
commit bdb2c12d2e

View File

@ -1252,7 +1252,7 @@ static int add_dirent(struct smbc_file *dir, const char *name, const char *comme
}
dir->dir_end = dir->dir_next = dir->dir_list;
}
else {
@ -1267,10 +1267,10 @@ static int add_dirent(struct smbc_file *dir, const char *name, const char *comme
}
dir->dir_end = dir->dir_end->next;
dir->dir_end->next = NULL;
}
dir->dir_end->next = NULL;
dir->dir_end->dirent = dirent;
dirent->smbc_type = type;