1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-30 19:42:05 +03:00

r9722: Initial attempt at converting samba3dump to EJS..

(This used to be commit 7e3b94dfb9)
This commit is contained in:
Jelmer Vernooij
2005-08-28 23:03:49 +00:00
committed by Gerald (Jerry) Carter
parent d6cd54fb0a
commit d152839e29
6 changed files with 489 additions and 2 deletions

View File

@ -4,5 +4,10 @@
Released under the GNU GPL v2 or later
*/
libinclude("base.js");
return 0;
function foo()
{
return 0;
}