mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
d152839e29
(This used to be commit 7e3b94dfb9
)
14 lines
175 B
JavaScript
14 lines
175 B
JavaScript
/*
|
|
backend code for upgrading from Samba3
|
|
Copyright Jelmer Vernooij 2005
|
|
Released under the GNU GPL v2 or later
|
|
*/
|
|
|
|
libinclude("base.js");
|
|
|
|
function foo()
|
|
{
|
|
|
|
return 0;
|
|
}
|