]> git.sur5r.net Git - bacula/bacula/commitdiff
Remove unused variable
authorKern Sibbald <kern@sibbald.com>
Mon, 25 Jun 2007 10:18:05 +0000 (10:18 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 25 Jun 2007 10:18:05 +0000 (10:18 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5082 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/lib/tls.c

index e4f74f9e231156205d6a8c16bc4403933d9a383f..46ed583dd637af708b6c24c68917563842d871e8 100644 (file)
@@ -558,7 +558,6 @@ void tls_bsock_shutdown(BSOCK *bsock)
     * we can avoid the ugly for()/switch()/select() loop.
     */
    int err;
-   int flags;
 
    /* Set socket blocking for shutdown */
    bsock->set_blocking();