mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
r7080: Fix typo in error message.
This commit is contained in:
parent
ab27e58c08
commit
fcf177c86e
@ -80,7 +80,7 @@ void ejs_exception(const char *reason)
|
||||
/* run the script */
|
||||
if (ejsEvalFile(eid, discard_const_p(char, argv[1]), &result,
|
||||
&emsg) == -1) {
|
||||
fprintf(stderr, "smbscript: ejsEvalScript(): %s\n", emsg);
|
||||
fprintf(stderr, "smbscript: ejsEvalFile(): %s\n", emsg);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user