]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/install+setup/setup/misc.c
Setup weiter ausgebaut.
[people/pmueller/ipfire-2.x.git] / src / install+setup / setup / misc.c
index 10f43a285890b2d34da17c139ab9b919583cc6e8..ae4f7800f4b8f58a46b98eae49cd6245e84ce067 100644 (file)
@@ -142,8 +142,8 @@ int handleisdn(void)
 {
        char command[STRING_SIZE];
        sprintf(command, "/etc/rc.d/init.d/mISDN config");
-       if (!runcommandwithstatus(command, ctr[TR_PROBING_ISDN]))
+       if (runcommandwithstatus(command, ctr[TR_PROBING_ISDN]))
                errorbox(ctr[TR_ERROR_PROBING_ISDN]);
        // Need to write some lines that count the cards and say the names...
-       return 0;
+       return 1;
 }