mirror of
https://github.com/samba-team/samba.git
synced 2025-11-16 20:23:50 +03:00
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;
|
|
}
|