]> jfr.im git - irc/quakenet/newserv.git/commitdiff
Rename an to anp.
authorGunnar Beutner <redacted>
Mon, 29 Jul 2013 20:01:07 +0000 (22:01 +0200)
committerGunnar Beutner <redacted>
Mon, 29 Jul 2013 20:01:07 +0000 (22:01 +0200)
--HG--
branch : shroudnoperserv

noperserv/noperserv_db.c

index 24fbbc075ad25a5df83318b8d3f6bbd51204b679..f7b835c3e97c74f5652d61b93521f479f150397e 100644 (file)
@@ -150,11 +150,11 @@ void noperserv_free_user(no_autheduser *au) {
   loadedusers--;
 }
 
-no_autheduser *noperserv_get_autheduser(authname *an) {
-  if (!an)
+no_autheduser *noperserv_get_autheduser(authname *anp) {
+  if (!anp)
     return NULL;
 
-  return an->exts[noperserv_ext];
+  return anp->exts[noperserv_ext];
 }
 
 unsigned long noperserv_get_autheduser_count(void) {