summaryrefslogtreecommitdiff
path: root/src/providers/data_provider_opts.c
AgeCommit message (Collapse)AuthorFilesLines
2010-09-08Dead assignments cleanup in providers codeJan Zeleny1-1/+0
Dead assignments were deleted. Also prototype of function sdap_access_decide_offline() has been changed, since its return code was never used. Ticket: #586
2010-09-02Initialized return value in dp_copy_options()Jan Zeleny1-1/+1
In the very unlikely case dp_copy_options was called with num_options == 0, the return value as well as the left operand of comparison on line 214 would be undefined. Ticket: #577
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+384
Also update BUILD.txt