]> git.sur5r.net Git - bacula/bacula/commitdiff
Rename cats_pgsql to cats_postgresql and cats_sqlite to cats_sqlite3. This makes...
authorRobert Nelson <robertn@the-nelsons.org>
Fri, 8 Dec 2006 06:49:38 +0000 (06:49 +0000)
committerRobert Nelson <robertn@the-nelsons.org>
Fri, 8 Dec 2006 06:49:38 +0000 (06:49 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3772 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/autoconf/configure.in
bacula/src/cats/mysql.c
bacula/src/filed/backup.c

index 0dbdde72e5b53601ded66b5a5d1c4c66ba7262a9..57b35067f9947359c0024a064bde69e0e96898e5 100644 (file)
@@ -146,7 +146,7 @@ sysconfdir=`eval echo ${sysconfdir}`
 datadir=`eval echo ${datadir}`
 localedir=`eval echo ${datadir}/locale`
 AC_DEFINE_UNQUOTED(LOCALEDIR, "$localedir") 
-AC_DEFINE_UNQUOTED(SYSCONFDIR, "$sysconfdir")  
+AC_DEFINE_UNQUOTED(SYSCONFDIR, "$sysconfdir")
 
 # -------------------------------------------------------------------------
 #  If the user has not set --exec-prefix, we default to ${prefix}
index 0e817fdc99881b05466035a019366b712886ecdc..946cdb39f269bc486b3d898ee3929372e544445c 100644 (file)
@@ -348,7 +348,7 @@ int db_sql_query(B_DB *mdb, const char *query, DB_RESULT_HANDLER *result_handler
    }
    if (result_handler != NULL) {
       if ((mdb->result = sql_use_result(mdb)) != NULL) {
-         int num_fields = 0;                     
+         int num_fields = 0;
 
          /* We *must* fetch all rows */
          while ((row = sql_fetch_row(mdb)) != NULL) {
index aa69ec1270b0640d517e45185a5c5f196db2a67c..f7a09ffb68579049579f9fc3ab26f32a5f6ec73c 100644 (file)
@@ -820,7 +820,7 @@ int send_data(JCR *jcr, int stream, FF_PKT *ff_pkt, DIGEST *digest,
          Dmsg1(20, "Encrypt len=%d\n", cipher_input_len);
 
          if (!crypto_cipher_update(cipher_ctx, packet_len, sizeof(packet_len),
-                  (u_int8_t *)jcr->crypto_buf, &initial_len)) {
+             (u_int8_t *)jcr->crypto_buf, &initial_len)) {
             /* Encryption failed. Shouldn't happen. */
             Jmsg(jcr, M_FATAL, 0, _("Encryption error\n"));
             goto err;