Skip to content

Commit 9dd5979

Browse files
committed
- does not send configuration requests if slave is given -C option
1 parent b9ab305 commit 9dd5979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etherpuppet.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ int main(int argc, char *argv[])
496496

497497
printf("Communication established!\n");
498498

499-
if (!MASTER) {
499+
if (!MASTER && CONFIG) {
500500
int ireq;
501501
unsigned short cmd;
502502

0 commit comments

Comments
 (0)