1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-31 20:22:15 +03:00

r8483: switched our generated ejs rpc code over to the new OO interface. This

means we don't pollute the name space, and also makes for faster
startup times as we only create variables for the pipes that we use,
not all pipes
(This used to be commit 57d7a585e8)
This commit is contained in:
Andrew Tridgell
2005-07-15 07:18:23 +00:00
committed by Gerald (Jerry) Carter
parent 7b8332369f
commit a0bc4da1a3
12 changed files with 54 additions and 107 deletions

View File

@ -71,8 +71,6 @@ void ejs_exception(const char *reason)
exit(127);
}
smb_setup_ejs_constants(eid);
/* setup ARGV[] in the ejs environment */
for (i=1;argv[i];i++) {
argv_list = str_list_add(argv_list, argv[i]);