]> arthur.barton.de Git - netatalk.git/commitdiff
Merge branch 'v3-cleanup' into v3.1.6-alex v3.1.6-alex
authorAlexander Barton <alex@barton.de>
Sat, 30 Aug 2014 17:44:19 +0000 (19:44 +0200)
committerAlexander Barton <alex@barton.de>
Sat, 30 Aug 2014 17:44:19 +0000 (19:44 +0200)
* v3-cleanup:
  autoconf: Indentation fixes
  Spelling fixes
  Whitespace and exclamation mark fixes

Conflicts:
etc/afpd/main.c

1  2 
NEWS
bin/uniconv/uniconv.c
etc/afpd/auth.c
etc/afpd/status.c
etc/afpd/volume.c
libatalk/cnid/cdb/cnid_cdb_close.c
libatalk/cnid/cnid.c
libatalk/cnid/dbd/cnid_dbd.c
macros/netatalk.m4
macros/quota-check.m4

diff --cc NEWS
Simple merge
Simple merge
diff --cc etc/afpd/auth.c
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index d4606400aa1539e6bd64bf52b24c410bfa1a3b9e,c96a22596163659fc87be4a6b3a60f3eafc6e321..09cf9ead2ed4f4cc10cf6f4458b8e85545afb7b8
@@@ -487,10 -510,10 +487,10 @@@ cnid_dbd_open_fail
  /* ---------------------- */
  void cnid_dbd_close(struct _cnid_db *cdb)
  {
 -    CNID_private *db;
 +    CNID_bdb_private *db;
  
      if (!cdb) {
-         LOG(log_error, logtype_cnid, "cnid_close called with NULL argument !");
+         LOG(log_error, logtype_cnid, "cnid_close called with NULL argument!");
          return;
      }
  
Simple merge
Simple merge