Tell user to reboot device after successful flash

This commit is contained in:
Joseph C. Lehner 2016-02-12 13:24:35 +01:00
parent 32914803f3
commit 78ae82e5a3

2
nmrp.c
View file

@ -491,6 +491,8 @@ int nmrp_do(struct nmrpd_args *args)
err = 0;
printf("Reboot your device now.\n");
out:
signal(SIGINT, sigh_orig);
gsock = NULL;