Skip to content

Commit

Permalink
Merge pull request #47 from sasjs/fixnot
Browse files Browse the repository at this point in the history
fix: avoid uninitialised note
  • Loading branch information
allanbowe authored Jan 26, 2022
2 parents 083355f + e4c027a commit 87c8aa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/controllers/internal/Session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ const autoExecContent = `
data _null_;
/* remove the dummy SYSIN */
length fname $8;
call missing(fname);
rc=filename(fname,getoption('SYSIN') );
if rc = 0 and fexist(fname) then rc=fdelete(fname);
rc=filename(fname);
Expand Down

0 comments on commit 87c8aa5

Please sign in to comment.