Fix missing `break'.
authorfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Mon, 7 May 2007 00:54:24 +0000 (00:54 +0000)
committerfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Mon, 7 May 2007 00:54:24 +0000 (00:54 +0000)
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@1009 959494ce-11ee-0310-bf91-de5d638817bd

config/dolconf.c

index f18a686..72ee730 100644 (file)
@@ -731,6 +731,7 @@ int main(int argc, char **argv)
            break;
        case 'w':
            state = 0;
+           break;
        case 'h':
        default:
            fprintf((c == 'h')?stdout:stderr, "usage: dolconf [-haw]\n");