Skip to content

Commit

Permalink
handle ports properly on elnode-make-webserver
Browse files Browse the repository at this point in the history
  • Loading branch information
nicferrier committed Mar 17, 2013
1 parent 6706599 commit a4b7626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elnode.el
Original file line number Diff line number Diff line change
Expand Up @@ -3158,7 +3158,7 @@ directory."
(cons docroot webserver-proc))
(elnode-start
webserver-proc
:port (string-to-number (format "%d" port))
:port (string-to-number (format "%s" port))
:host host)))

;;;###autoload
Expand Down

0 comments on commit a4b7626

Please sign in to comment.