Skip to content

Commit

Permalink
Fix port number
Browse files Browse the repository at this point in the history
  • Loading branch information
avodonosov committed Feb 22, 2013
1 parent 7443307 commit 87dc901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openid-demo.lisp
Expand Up @@ -8,5 +8,5 @@
(who)
(format nil "hello ~A" who))

(defun start (&key port smtp-password)
(hunchentoot:start (make-instance 'hunchentoot:easy-acceptor :port 4242)))
(defun start (&key port)
(hunchentoot:start (make-instance 'hunchentoot:easy-acceptor :port port)))

0 comments on commit 87dc901

Please sign in to comment.