Skip to content

Commit

Permalink
sprunge: switch providers
Browse files Browse the repository at this point in the history
  • Loading branch information
grawity committed Mar 9, 2019
1 parent 619cbe2 commit 73ea478
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion net/sprunge
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ putclip() {
post() {
local file=$1
echo -n "$file"
local url=$(curl -sfSF "c=@$file" 'https://ptpb.pw?u=1')
local url=$(curl -sfSF "file=@$file" "https://0x0.st")
if [ "$url" ]; then
seturl "$file" $url
echo $url
Expand Down
1 change: 1 addition & 0 deletions thirdparty/kafs/aklog-kafs-kdf.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ int main(int argc, char **argv)
dest_keyring = KEY_SPEC_SESSION_KEYRING;

snprintf(description, 255, "afs@%s", cell);
/* XXX: should this really be uppercase? */
p = &description[4];
while(*p) {
if (isalpha(*p) && islower(*p))
Expand Down

0 comments on commit 73ea478

Please sign in to comment.