1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-05 21:57:51 +03:00

r3985: Fix bug with 64bit fs support

This commit is contained in:
Jelmer Vernooij 2004-11-27 18:57:44 +00:00 committed by Gerald (Jerry) Carter
parent 99dc2f36d1
commit 5cee4e9478

View File

@ -148,7 +148,7 @@ static void atalk_add_to_list(name_compare_entry **list)
static void atalk_rrmdir(TALLOC_CTX *ctx, char *path)
{
char *dpath;
struct dirent *dent = 0;
SMB_STRUCT_DIRENT *dent = 0;
DIR *dir;
if (!path) return;