projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f109bb
)
fix back to integer indexing in process_authorized_user_ids
author
Jameson Rollins
<jrollins@finestructure.net>
Tue, 19 Oct 2010 02:23:04 +0000
(22:23 -0400)
committer
Jameson Rollins
<jrollins@finestructure.net>
Tue, 19 Oct 2010 02:23:04 +0000
(22:23 -0400)
src/share/common
patch
|
blob
|
history
diff --git
a/src/share/common
b/src/share/common
index 740ceb2d359b21d22a7253ce72fb5e68a7b18c0b..54c1b2a14e87908255edca56d8b489d4e72c27ca 100644
(file)
--- a/
src/share/common
+++ b/
src/share/common
@@
-909,7
+909,7
@@
process_authorized_user_ids() {
fi
;;
(*)
-
nline=$((nline+1
))
+
((nline++
))
userIDs[${nline}]="$line"
unset koptions[${nline}] || true
;;