]> arthur.barton.de Git - netatalk.git/commitdiff
Duh, after all my s/errno/rc/ hacking, I make the same mistake.
authorjmarcus <jmarcus>
Wed, 10 Oct 2001 02:52:15 +0000 (02:52 +0000)
committerjmarcus <jmarcus>
Wed, 10 Oct 2001 02:52:15 +0000 (02:52 +0000)
libatalk/cnid/cnid_update.c

index de812f3a6c4b2d3a6397a79b7ac2dfb700c61f1b..914c6057bb35ab0638690ddb76265c73a8b6293e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: cnid_update.c,v 1.9 2001-10-10 02:27:08 jmarcus Exp $
+ * $Id: cnid_update.c,v 1.10 2001-10-10 02:52:15 jmarcus Exp $
  */
 
 #ifdef HAVE_CONFIG_H
@@ -144,7 +144,7 @@ retry:
   return txn_commit(tid, 0);
 
 update_err:
-  syslog(LOG_ERR, "cnid_update: can't update CNID(%x) (%d)", id, errno);
+  syslog(LOG_ERR, "cnid_update: can't update CNID(%x) (%d)", id, rc);
   return -1;
 }
 #endif /* CNID_DB */