Skip to content

Commit 83c7a2c

Browse files
committed
update mandatory flags for config type B
1 parent eac3023 commit 83c7a2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SapRfcConfigB.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ class SapRfcConfigB extends AbstractConfigB
3333
'USER' => true,
3434
'PASSWD' => true,
3535
'MSHOST' => true,
36-
'R3NAME' => true,
37-
'GROUP' => true,
36+
'R3NAME' => false,
37+
'GROUP' => false,
3838
'LANG' => false,
3939
'TRACE' => false
4040
];

0 commit comments

Comments
 (0)