Hi! > > + tname = tc[i].fname; > > + tkey = tc[i].key; > > + tvalue = tc[i].value; > > + tsize = tc[i].size; > > + tflags = tc[i].flags; > > + texp_err = tc[i].exp_err; > > + > > + TEST(setxattr(tname, tkey, tvalue, tsize, tflags)); > > I wonder whether it's necessary. all of the variables be used once only.
I slightly for removing that too. So if you wan't to change that, resend new patch, otherwise let me know, I'll commit this as it is. -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
