Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2015-07-07
2015-07-07 15:49:06 by Henrik Grubbström (Grubba) <grubba@grubba.org>
ba17cef5e14fffddd89b39907ddd1f04645a8105 (
8
lines) (+
6
/-
2
)
[
Show
|
Annotate
]
Branch:
167a1d174438550677940289ce048212c051e820
Tracing: Added missing TRACE_LEAVE().
3:
// // German translation by Kai Voigt
-
constant cvs_version = "
$Id: configuration.pike,v 1.307 2000/05/05 23:29:48 nilsson Exp $
";
+
constant cvs_version = "
$Id$
";
constant is_configuration = 1; #include <module.h> #include <roxen.h>
1638:
TRACE_LEAVE(LOCALE->added_module_mountpoint()); } }
-
if(!dir) return verbose ? ({0})+locks : ([])[0];
+
if(!dir)
{
+
TRACE_LEAVE("No directory contents.\n");
+
return verbose ? ({0})+locks : ([])[0];
+
}
if(sizeof(dir)) { TRACE_LEAVE(LOCALE->returning_file_list(sizeof(dir)));