summaryrefslogtreecommitdiff
path: root/src/providers/data_provider_opts.c
AgeCommit message (Collapse)AuthorFilesLines
2013-06-21Fix dp_copy_optionsJakub Hrozek1-1/+1
2012-04-18Prevent printing NULL from DEBUG messagesJakub Hrozek1-34/+42
2012-02-21Don't give memory context in confdb where not neededJan Zeleny1-2/+2
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