Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26141
b: refs/heads/master
c: b66ac3e
h: refs/heads/master
i:
  26139: 11a8431
v: v3
  • Loading branch information
Steve French committed Apr 23, 2006
1 parent 97afd1d commit 8e1ef19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 60808233f374aebba26488d06a5f25443f6763c3
refs/heads/master: b66ac3ea21f81dea02cdb4e9de66ee6afdc540e4
2 changes: 1 addition & 1 deletion trunk/fs/cifs/readdir.c
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ static int cifs_filldir(char *pfindEntry, struct file *file,
if(file->f_dentry == NULL)
return -ENOENT;

rc = cifs_entry_is_dot(pfindEntry,cifsF);
rc = cifs_entry_is_dot(pfindEntry,pCifsF);
/* skip . and .. since we added them first */
if(rc != 0)
return 0;
Expand Down

0 comments on commit 8e1ef19

Please sign in to comment.