Enlightenment CVS committal Author : chaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/plugins/file Modified Files: evfs_fs_samba.c Log Message: * Slight bugfix to samba authentication structures =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/plugins/file/evfs_fs_samba.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- evfs_fs_samba.c 28 Apr 2006 15:18:49 -0000 1.2 +++ evfs_fs_samba.c 5 Jun 2006 12:14:10 -0000 1.3 @@ -251,7 +251,7 @@ //struct stat* file_stat = calloc(1,sizeof(struct stat)); // /*Does this command have an attached authentication object? */ - if (command->file_command.files[0]->username) + if (command->file_command.files[number]->username) { printf("We have a username, adding to hash..\n"); evfs_auth_structure_add(auth_cache, _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs